]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: rename the functions to count, test and get bit ranges in io trees
authorFilipe Manana <fdmanana@suse.com>
Fri, 4 Apr 2025 15:07:19 +0000 (16:07 +0100)
committerDavid Sterba <dsterba@suse.com>
Thu, 15 May 2025 12:30:44 +0000 (14:30 +0200)
commitf81c2aea711205c1a4f41e4aaf960053eddba0b9
treeef015c4b4211416d21e42177e16098256f2e608b
parente965835c9829b1188879f75d678e19f7ec110ac6
btrfs: rename the functions to count, test and get bit ranges in io trees

These functions are exported so they should have a 'btrfs_' prefix by
convention, to make it clear they are btrfs specific and to avoid
collisions with functions from elsewhere in the kernel.

So add a 'btrfs_' prefix to their names to make it clear they are from
btrfs.

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/defrag.c
fs/btrfs/extent-io-tree.c
fs/btrfs/extent-io-tree.h
fs/btrfs/extent_io.c
fs/btrfs/file.c
fs/btrfs/inode.c
fs/btrfs/relocation.c