diff options
author | 2021-02-10 17:14:34 -0500 | |
---|---|---|
committer | 2021-04-19 17:25:15 +0200 | |
commit | 64708539cd23b31d0f235a2c12a0cf782f95908a (patch) | |
tree | bf6d2d0ce5f92896525cd1c4f0048af8a7179ee6 /fs/btrfs/tree-mod-log.h | |
parent | btrfs: add a i_mmap_lock to our inode (diff) | |
download | wireguard-linux-64708539cd23b31d0f235a2c12a0cf782f95908a.tar.xz wireguard-linux-64708539cd23b31d0f235a2c12a0cf782f95908a.zip |
btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpers
A few places we intermix btrfs_inode_lock with a inode_unlock, and some
places we just use inode_lock/inode_unlock instead of btrfs_inode_lock.
None of these places are using this incorrectly, but as we adjust some
of these callers it would be nice to keep everything consistent, so
convert everybody to use btrfs_inode_lock/btrfs_inode_unlock.
Reviewed-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/tree-mod-log.h')
0 files changed, 0 insertions, 0 deletions