Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 873feea0 authored by Nicholas Piggin's avatar Nicholas 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
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