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

fs: dcache scale lru



Add a new lock, dcache_lru_lock, to protect the dcache LRU list from concurrent
modification. d_lru is also protected by d_lock, which allows LRU lists to be
accessed without the lru lock, using RCU in future patches.

Signed-off-by: default avatarNick Piggin <npiggin@kernel.dk>
parent 789680d1
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