mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 14:05:36 +08:00
Protect d_unhashed(dentry) condition with d_lock. This means keeping DCACHE_UNHASHED bit in synch with hash manipulations. Signed-off-by: Nick Piggin <npiggin@kernel.dk>