Skip to content
  • Nick Piggin's avatar
    fs: dcache per-inode inode alias locking · 873feea0
    Nick Piggin authored
    
    
    dcache_inode_lock can be replaced with per-inode locking. Use existing
    inode->i_lock for this. This is slightly non-trivial because we sometimes
    need to find the inode from the dentry, which requires d_inode to be
    stabilised (either with refcount or d_lock).
    
    Signed-off-by: default avatarNick Piggin <npiggin@kernel.dk>
    873feea0