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

fs: dcache per-inode inode alias locking



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>
parent ceb5bdc2
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