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

These functions are exported and don't have a 'btrfs_' prefix in their
names, which goes against coding style conventions. Rename them to have
such prefix, making it clear they are from btrfs and avoiding potential
collisions in the future with functions defined elsewhere outside btrfs.

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/compression.c
fs/btrfs/defrag.c
fs/btrfs/direct-io.c
fs/btrfs/extent_io.c
fs/btrfs/extent_map.c
fs/btrfs/extent_map.h
fs/btrfs/file-item.c
fs/btrfs/inode.c
fs/btrfs/tests/inode-tests.c
fs/btrfs/tree-log.c