Skip to content
Commit dc0474be authored by Nick Piggin's avatar Nick Piggin
Browse files

fs: dcache rationalise dget variants



dget_locked was a shortcut to avoid the lazy lru manipulation when we already
held dcache_lock (lru manipulation was relatively cheap at that point).
However, how that the lru lock is an innermost one, we never hold it at any
caller, so the lock cost can now be avoided. We already have well working lazy
dcache LRU, so it should be fine to defer LRU manipulations to scan time.

Signed-off-by: default avatarNick Piggin <npiggin@kernel.dk>
parent 357f8e65
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment