projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acf300d
)
parisc: single_open() leaks
author
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 5 May 2013 04:09:44 +0000
(
00:09
-0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 5 May 2013 04:10:41 +0000
(
00:10
-0400)
Cc: stable@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/parisc/kernel/pdc_chassis.c
patch
|
blob
|
history
diff --git
a/arch/parisc/kernel/pdc_chassis.c
b/arch/parisc/kernel/pdc_chassis.c
index
8fa314f
..
3e04242
100644
(file)
--- a/
arch/parisc/kernel/pdc_chassis.c
+++ b/
arch/parisc/kernel/pdc_chassis.c
@@
-275,7
+275,7
@@
static const struct file_operations pdc_chassis_warn_fops = {
.open = pdc_chassis_warn_open,
.read = seq_read,
.llseek = seq_lseek,
- .release = s
eq
_release,
+ .release = s
ingle
_release,
};
static int __init pdc_chassis_create_procfs(void)