summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorNikolay Borisov <nborisov@suse.com>2020-11-05 11:08:00 +0200
committerDavid Sterba <dsterba@suse.com>2020-12-08 15:54:12 +0100
commit1cab5e728313c0ecdabbcaa7cc1456c66f351d49 (patch)
tree047bd72b78929745283b8ce0971e9f507fccbb40 /MAINTAINERS
parent729f7961729a94e15bcaeeb2a407efb570091ea6 (diff)
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 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions