From: Nick Piggin Date: Fri, 7 Jan 2011 06:49:45 +0000 (+1100) Subject: fs: dcache reduce prune_one_dentry locking X-Git-Tag: v2.6.38-rc1~468^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89e6054836a7b1e7500cd70a14b5579e752c9250;p=pandora-kernel.git fs: dcache reduce prune_one_dentry locking prune_one_dentry can avoid quite a bit of locking in the common case where ancestors have an elevated refcount. Alternatively, we could have gone the other way and made fewer trylocks in the case where d_count goes to zero, but is probably less common. Signed-off-by: Nick Piggin --- Reading git-diff-tree failed