btrfs: open code btrfs_bio_free_csum
authorChristoph Hellwig <hch@lst.de>
Sat, 21 Jan 2023 06:50:08 +0000 (07:50 +0100)
committerDavid Sterba <dsterba@suse.com>
Wed, 15 Feb 2023 18:38:51 +0000 (19:38 +0100)
commit7ab0fdfc810209fc493f2f67bdd41d5aafbc3a05
tree4d96c43f929fded88076da7b61c6c0a11ce6af5a
parent7609afac677546b225d8327d726cc558d3666496
btrfs: open code btrfs_bio_free_csum

btrfs_bio_free_csum has only one caller left, and that caller is always
for an data inode and doesn't need zeroing of the csum pointer as that
pointer will never be touched again.  Just open code the conditional
kfree there.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/bio.c
fs/btrfs/bio.h