diff options
author | 2020-11-05 11:08:00 +0200 | |
---|---|---|
committer | 2020-12-08 15:54:12 +0100 | |
commit | 1cab5e728313c0ecdabbcaa7cc1456c66f351d49 (patch) | |
tree | 047bd72b78929745283b8ce0971e9f507fccbb40 /fs/btrfs/btrfs_inode.h | |
parent | btrfs: make btrfs_update_inode_fallback take btrfs_inode (diff) | |
download | wireguard-linux-1cab5e728313c0ecdabbcaa7cc1456c66f351d49.tar.xz wireguard-linux-1cab5e728313c0ecdabbcaa7cc1456c66f351d49.zip |
btrfs: merge __set_extent_bit and set_extent_bit
There are only 2 direct calls to set_extent_bit outside of extent-io -
in btrfs_find_new_delalloc_bytes and btrfs_truncate_block, the rest are
thin wrappers around __set_extent_bit. This adds unnecessary indirection
and just makes it more annoying when looking at the various extent bit
manipulation functions. This patch renames __set_extent_bit to
set_extent_bit effectively removing a level of indirection. No
functional changes.
Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
[ reformat and remove __must_check ]
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/btrfs_inode.h')
0 files changed, 0 insertions, 0 deletions