mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00: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>