commit | 61f3dee4af09528997a970280da240577bf60721 | [log] [tgz] |
---|---|---|
author | Nick Piggin <npiggin@kernel.dk> | Fri Jan 07 17:49:40 2011 +1100 |
committer | Nick Piggin <npiggin@kernel.dk> | Fri Jan 07 17:50:23 2011 +1100 |
tree | 8c916d7c1965303a37f1051aa5d42d8e2b7b115a | |
parent | 58db63d086790eec2ed433f9d8c4962239809cf8 [diff] |
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 <npiggin@kernel.dk>