Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit b7ab39f6 authored by Nicholas Piggin's avatar Nicholas 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
No related merge requests found
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