]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()
authorAlexander Lobakin <aleksander.lobakin@intel.com>
Wed, 27 Mar 2024 15:23:47 +0000 (16:23 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Apr 2024 09:49:28 +0000 (10:49 +0100)
commit4ca532d64648d4776d15512caed3efea05ca7195
treed1bc2f3bb44ab012ecb32fc8af1177b709d48f79
parent3f5ef5109f6a054ce58b3bec7214ed76c9cc269f
btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()

bitmap_set_bits() does not start with the FS' prefix and may collide
with a new generic helper one day. It operates with the FS-specific
types, so there's no change those two could do the same thing.
Just add the prefix to exclude such possible conflict.

Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Acked-by: David Sterba <dsterba@suse.com>
Reviewed-by: Yury Norov <yury.norov@gmail.com>
Signed-off-by: Alexander Lobakin <aleksander.lobakin@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
fs/btrfs/free-space-cache.c