]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Fix leaks on /proc/{*/sched, sched_debug, timer_list, timer_stats}
authorAlexey Dobriyan <adobriyan@sw.ru>
Tue, 31 Jul 2007 07:38:50 +0000 (00:38 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 9 Aug 2007 21:27:36 +0000 (14:27 -0700)
commit6c264a326f471cad27ee7e275f1b425a307c55f0
treeec33c0799efb09e3884ae5e30fa7082525978e19
parentab166e04a66c550664ab6b3b3cea03402580d681
Fix leaks on /proc/{*/sched, sched_debug, timer_list, timer_stats}

On every open/close one struct seq_operations leaks.
Kudos to /proc/slab_allocators.

Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
kernel/time/timer_list.c
kernel/time/timer_stats.c