]> git.baikalelectronics.ru Git - kernel.git/commit
proc: fix proc_kill_inodes to kill dentries on all proc superblocks
authorEric W. Biederman <ebiederm@xmission.com>
Thu, 15 Nov 2007 00:59:08 +0000 (16:59 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 15 Nov 2007 02:45:38 +0000 (18:45 -0800)
commit4e7822a0ecbef35862c878b2a34415e877144398
tree3c1154a95c0a44a1015f3bfeb7e73d19024924cb
parent93f52c6660634c43a491a8a312b183af8f804056
proc: fix proc_kill_inodes to kill dentries on all proc superblocks

It appears we overlooked support for removing generic proc files
when we added support for multiple proc super blocks.  Handle
that now.

[akpm@linux-foundation.org: coding-style cleanups]
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Acked-by: Pavel Emelyanov <xemul@openvz.org>
Cc: Alexey Dobriyan <adobriyan@sw.ru>
Acked-by: Sukadev Bhattiprolu <sukadev@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/proc/generic.c
fs/proc/internal.h
fs/proc/root.c