mirror of
https://github.com/torvalds/linux.git
synced 2026-05-07 07:45:08 -04:00
smpfs and ncpfs want to update a live dentry name in-place. Rather than have them open code the locking, provide a documented dcache API. Signed-off-by: Nick Piggin <npiggin@kernel.dk>