diff options
author | NeilBrown <[email protected]> | 2022-07-26 16:45:30 +1000 |
---|---|---|
committer | Chuck Lever <[email protected]> | 2022-08-04 10:28:41 -0400 |
commit | bb4d53d66e4b8c8b8e5634802262e53851a2d2db (patch) | |
tree | 090dfe5ac0d035f91cfe21c8506a599b0c6da309 /tools/perf/util/trace-event-scripting.c | |
parent | debf16f0c671cb8db154a9ebcd6014cfff683b80 (diff) |
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 <[email protected]>
Signed-off-by: NeilBrown <[email protected]>
Signed-off-by: Chuck Lever <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions