btrfs: fold finish_compressed_bio_write into btrfs_finish_compressed_write_work
authorChristoph Hellwig <hch@lst.de>
Fri, 10 Feb 2023 07:48:41 +0000 (08:48 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 17 Apr 2023 16:01:15 +0000 (18:01 +0200)
commitf9327a70c12c362b15c62b011332e22d242cf009
tree280a47477cc581d763ac6ea8718c97a06446b758
parenta959a1745d333fbce1e21895ac6d833a77213112
btrfs: fold finish_compressed_bio_write into btrfs_finish_compressed_write_work

Fold finish_compressed_bio_write into its only caller as there is no
reason to keep them separate.

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/compression.c