Skip to content
  • Nick Piggin's avatar
    fs: improve scalability of pseudo filesystems · 4b936885
    Nick Piggin authored
    
    
    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>
    4b936885