• Nick Piggin's avatar
    fs: dcache scale lru · 23044507
    Nick Piggin authored
    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>
    23044507
dcache.c 65.7 KB