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:
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
|
blame
|
history
diff --git
a/arch/parisc/kernel/pdc_chassis.c
b/arch/parisc/kernel/pdc_chassis.c
index 8fa314fbfb18bb9a8bc3e0e03da02cd8b92be9c1..3e04242de5a7a65b8770570101cb174349e02e7f 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)