]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: rename set_extent_bit() to include a btrfs prefix
authorFilipe Manana <fdmanana@suse.com>
Thu, 3 Apr 2025 14:00:26 +0000 (15:00 +0100)
committerDavid Sterba <dsterba@suse.com>
Thu, 15 May 2025 12:30:44 +0000 (14:30 +0200)
commit791b3455aca10bc28e996c2ff81bc1e078248cf3
treee4f980059648911772443b2bad38ffef157f9bf2
parent9d222562b415f19efd32d7a5290f40bb07feea3b
btrfs: rename set_extent_bit() 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.

So rename it to btrfs_set_extent_bit().

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/block-group.c
fs/btrfs/defrag.c
fs/btrfs/dev-replace.c
fs/btrfs/extent-io-tree.c
fs/btrfs/extent-io-tree.h
fs/btrfs/extent-tree.c
fs/btrfs/file-item.c
fs/btrfs/inode.c
fs/btrfs/relocation.c
fs/btrfs/tests/extent-io-tests.c
fs/btrfs/volumes.c