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

fs: improve scalability of pseudo filesystems



Regardless of how much we possibly try to scale dcache, there is likely
always going to be some fundamental contention when adding or removing children
under the same parent. Pseudo filesystems do not seem need to have connected
dentries because by definition they are disconnected.

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