]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: rename remaining exported extent map functions
authorFilipe Manana <fdmanana@suse.com>
Tue, 8 Apr 2025 16:31:16 +0000 (17:31 +0100)
committerDavid Sterba <dsterba@suse.com>
Thu, 15 May 2025 12:30:45 +0000 (14:30 +0200)
commitd846a6d3b09fa046e061ea6ec6daba67e66a7101
tree1359ca0eb0babe8fa00331ef972a59d553b09d7d
parentae98ae2a50d72b01d0a61cb21e1ac75bfcebc5f3
btrfs: rename remaining exported extent map functions

Rename all the exported functions from extent_map.h that don't have a
'btrfs_' prefix in their names, so that they are consistent with all the
other functions, to make it clear they are btrfs specific functions and
to avoid potential name collisions in the future with functions defined
elsewhere in the kernel.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
12 files changed:
fs/btrfs/compression.c
fs/btrfs/defrag.c
fs/btrfs/direct-io.c
fs/btrfs/disk-io.c
fs/btrfs/extent_io.c
fs/btrfs/extent_map.c
fs/btrfs/extent_map.h
fs/btrfs/inode.c
fs/btrfs/super.c
fs/btrfs/tests/extent-map-tests.c
fs/btrfs/tree-log.c
fs/btrfs/zoned.c