projects
/
unionfs-2.6.39.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8894f67
)
[PATCH] Fix leak on /proc/lockdep_stats
author
Alexey Dobriyan
<adobriyan@sw.ru>
Tue, 31 Jul 2007 07:38:50 +0000
(
00:38
-0700)
committer
Willy Tarreau
<w@1wt.eu>
Sat, 25 Aug 2007 15:24:05 +0000
(17:24 +0200)
Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Willy Tarreau <w@1wt.eu>
kernel/lockdep_proc.c
patch
|
blob
|
history
diff --git
a/kernel/lockdep_proc.c
b/kernel/lockdep_proc.c
index b554b40a4aa6ca1872f7225a47bc2829300e24b5..d787db590e0c44716c2d22e55d4e3c263a3fd5cc 100644
(file)
--- a/
kernel/lockdep_proc.c
+++ b/
kernel/lockdep_proc.c
@@
-323,7
+323,7
@@
static const struct file_operations proc_lockdep_stats_operations = {
.open = lockdep_stats_open,
.read = seq_read,
.llseek = seq_lseek,
- .release = s
eq
_release,
+ .release = s
ingle
_release,
};
static int __init lockdep_proc_init(void)