]> git.ipfire.org Git - thirdparty/linux.git/commit
btrfs: remove btrfs_crc32c wrapper
authorJosef Bacik <josef@toxicpanda.com>
Fri, 25 Aug 2023 20:19:20 +0000 (16:19 -0400)
committerDavid Sterba <dsterba@suse.com>
Thu, 12 Oct 2023 14:44:02 +0000 (16:44 +0200)
commit03e86348965a5fa13593db8682132033d663f7ee
treedfb021d409e1753375cd15794790e9d3050bb144
parent102f2640a346e84cb5c2d19805a9dd38a776013c
btrfs: remove btrfs_crc32c wrapper

This simply sends the same arguments into crc32c(), and is just used in
a few places.  Remove this wrapper and directly call crc32c() in these
instances.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ctree.h
fs/btrfs/extent-tree.c
fs/btrfs/free-space-cache.c
fs/btrfs/send.c