]> git.baikalelectronics.ru Git - kernel.git/commit
VFS: Remove detached-dentry counter from shrink_dcache_for_umount_subtree()
authorDavid Howells <dhowells@redhat.com>
Tue, 7 Jun 2011 13:09:10 +0000 (14:09 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 1 Aug 2011 06:27:57 +0000 (02:27 -0400)
commitdbd5534cddfe2aa5dab9ab7fdffba9734aac0c12
treedca61042039ba374b79491ce5b3227759c214f49
parent5281ffb7f3047846c130affbf986706c143812e1
VFS: Remove detached-dentry counter from shrink_dcache_for_umount_subtree()

Remove the detached-dentry counter from shrink_dcache_for_umount_subtree() as
the value it computes is no longer used as of commit
5d0a113415672bb20e36d3787e75941211dffbe8 which made the nr_dentry counters
summed per-CPU rather than global atomic.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/dcache.c