-
由 Nick Piggin 提交于
The tricky locking for disposing of a dentry is duplicated 3 times in the dcache (dput, pruning a dentry from the LRU, and pruning its ancestors). Consolidate them all into a single function dentry_kill. Signed-off-by: NNick Piggin <npiggin@kernel.dk>
77812a1e