From: Nick Piggin Date: Fri, 7 Jan 2011 06:49:40 +0000 (+1100) Subject: fs: dcache reduce dput locking X-Git-Tag: v2.6.38-rc1~468^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61f3dee4af09528997a970280da240577bf60721;p=pandora-kernel.git fs: dcache reduce dput locking It is possible to run dput without taking data structure locks up-front. In many cases where we don't kill the dentry anyway, these locks are not required. Signed-off-by: Nick Piggin --- Reading git-diff-tree failed