projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc3041f
)
megaraid: single_open() leak
author
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 5 May 2013 04:15:15 +0000
(
00:15
-0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 5 May 2013 04:15:15 +0000
(
00:15
-0400)
Cc: stable@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/scsi/megaraid.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/megaraid.c
b/drivers/scsi/megaraid.c
index 7373255aa1e817c86480fb28410dbf8f9f774b32..846f475f62c160890835f33a234f85c6a175a222 100644
(file)
--- a/
drivers/scsi/megaraid.c
+++ b/
drivers/scsi/megaraid.c
@@
-2770,7
+2770,7
@@
static const struct file_operations mega_proc_fops = {
.open = mega_proc_open,
.read = seq_read,
.llseek = seq_lseek,
- .release = s
eq
_release,
+ .release = s
ingle
_release,
};
/*