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

fs: dcache scale dentry refcount



Make d_count non-atomic and protect it with d_lock. This allows us to ensure a
0 refcount dentry remains 0 without dcache_lock. It is also fairly natural when
we start protecting many other dentry members with d_lock.

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