115a parent 58db63d086790eec2ed433f9d8c4962239809cf8 author Nick Piggin 1294382980 +1100 committer Nick Piggin 1294383023 +1100 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 YŐ!x