Skip to content
Commit 5955102c authored by Al Viro's avatar Al Viro
Browse files

wrappers for ->i_mutex access



parallel to mutex_{lock,unlock,trylock,is_locked,lock_nested},
inode_foo(inode) being mutex_foo(&inode->i_mutex).

Please, use those for access to ->i_mutex; over the coming cycle
->i_mutex will become rwsem, with ->lookup() done with it held
only shared.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 57b8f112
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