projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.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
|
history
diff --git
a/drivers/scsi/megaraid.c
b/drivers/scsi/megaraid.c
index
7373255
..
846f475
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,
};
/*