summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsfh.c
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2022-07-26 16:45:30 +1000
committerChuck Lever <chuck.lever@oracle.com>2022-08-04 10:28:41 -0400
commitbb4d53d66e4b8c8b8e5634802262e53851a2d2db (patch)
tree090dfe5ac0d035f91cfe21c8506a599b0c6da309 /fs/nfsd/nfsfh.c
parentdebf16f0c671cb8db154a9ebcd6014cfff683b80 (diff)
downloadlwn-bb4d53d66e4b8c8b8e5634802262e53851a2d2db.tar.gz
lwn-bb4d53d66e4b8c8b8e5634802262e53851a2d2db.zip
NFSD: use (un)lock_inode instead of fh_(un)lock for file operations
When locking a file to access ACLs and xattrs etc, use explicit locking with inode_lock() instead of fh_lock(). This means that the calls to fh_fill_pre/post_attr() are also explicit which improves readability and allows us to place them only where they are needed. Only the xattr calls need pre/post information. When locking a file we don't need I_MUTEX_PARENT as the file is not a parent of anything, so we can use inode_lock() directly rather than the inode_lock_nested() call that fh_lock() uses. Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: NeilBrown <neilb@suse.de> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'fs/nfsd/nfsfh.c')
0 files changed, 0 insertions, 0 deletions