commit | f87135762de4328c6f17897e803e6909bc056feb | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Sat Oct 28 10:38:46 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Oct 28 11:30:53 2006 -0700 |
tree | bf182df7b7ca8326c7ed3590693ac1e276b24a14 | |
parent | 6eac3f93f5e6b7256fb20b7608d62ec192da12be [diff] |
[PATCH] VFS: Fix an error in unused dentry counting With Vasily Averin <vvs@sw.ru> Fix an error in unused dentry counting in shrink_dcache_for_umount_subtree() in which the count is modified without the dcache_lock held. Signed-off-by: David Howells <dhowells@redhat.com> Cc: Vasily Averin <vvs@sw.ru> Cc: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>