Skip to content
Unverified Commit f5e5e97c authored by Christian Brauner's avatar Christian Brauner
Browse files

inode: clarify what's locked



In __wait_on_freeing_inode() we warn in case the inode_hash_lock is held
but the inode is unhashed. We then release the inode_lock. So using
"locked" as parameter name is confusing. Use is_inode_hash_locked as
parameter name instead.

Signed-off-by: default avatarChristian Brauner <brauner@kernel.org>
parent c3a5e3e8
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