]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
btrfs: rename remaining exported functions from extent-io-tree.h
authorFilipe Manana <fdmanana@suse.com>
Fri, 4 Apr 2025 15:45:12 +0000 (16:45 +0100)
committerDavid Sterba <dsterba@suse.com>
Thu, 15 May 2025 12:30:44 +0000 (14:30 +0200)
commit94bd699a08eda0607a651536c4ecbcad6c9fe5b3
tree5f04c77e7115236d01931f400f37cd185f19db87
parentb351161f4f6643868c9803ba99e57b20a227cd9c
btrfs: rename remaining exported functions from extent-io-tree.h

Rename the remaning exported functions that don't have a 'btrfs_' prefix.
By convention exported functions should have such prefix to make it clear
they are btrfs specific and to avoid collisions with functions from
elsewhere in the kernel.

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
fs/btrfs/extent-io-tree.h
fs/btrfs/qgroup.c
fs/btrfs/super.c
fs/btrfs/transaction.c