]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: rename free_extent_state() to include a btrfs prefix
authorFilipe Manana <fdmanana@suse.com>
Fri, 4 Apr 2025 15:31:24 +0000 (16:31 +0100)
committerDavid Sterba <dsterba@suse.com>
Thu, 15 May 2025 12:30:44 +0000 (14:30 +0200)
commitb351161f4f6643868c9803ba99e57b20a227cd9c
tree88c92927fb5312ecf7d6a5c597e543a56e6129b4
parentf81c2aea711205c1a4f41e4aaf960053eddba0b9
btrfs: rename free_extent_state() to include a btrfs prefix

This is an exported function so it should have a 'btrfs_' prefix by
convention, to make it clear it's btrfs specific and to avoid collisions
with functions from elsewhere in the kernel.

Rename the function to add 'btrfs_' prefix to it.

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/dev-replace.c
fs/btrfs/disk-io.c
fs/btrfs/extent-io-tree.c
fs/btrfs/extent-io-tree.h
fs/btrfs/extent-tree.c
fs/btrfs/extent_io.c
fs/btrfs/fiemap.c
fs/btrfs/file.c
fs/btrfs/transaction.c