btrfs: remove double underscore prefix from __set_extent_bit()
authorFilipe Manana <fdmanana@suse.com>
Mon, 7 Apr 2025 10:57:05 +0000 (11:57 +0100)
committerDavid Sterba <dsterba@suse.com>
Thu, 15 May 2025 12:30:44 +0000 (14:30 +0200)
commit00ba32e5be977fc156fa5a2e5bdf6d1f6570452f
tree78a0ee07651bbef7886d053641fb348fa9772720
parent94bd699a08eda0607a651536c4ecbcad6c9fe5b3
btrfs: remove double underscore prefix from __set_extent_bit()

Now that set_extent_bit() was renamed to btrfs_set_extent_bit(), there's
no need to have a __set_extent_bit() function, we can just remove the
double underscore prefix, which we try to avoid according to the coding
style conventions.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-io-tree.c