btrfs: remove the bio argument from finish_compressed_bio_read
authorJosef Bacik <josef@toxicpanda.com>
Fri, 18 Feb 2022 15:03:25 +0000 (10:03 -0500)
committerDavid Sterba <dsterba@suse.com>
Mon, 28 Feb 2022 15:20:03 +0000 (16:20 +0100)
commit5a5e8540524b86eabdab0b6599abf344e607944f
tree77960f9230c9056800a0d0b156e4f35f2077773d
parentebeb0d36118907421485985e53ee064bc086b30e
btrfs: remove the bio argument from finish_compressed_bio_read

This bio is usually one of the compressed bio's, and we don't actually
need it in this function, so remove the argument and stop passing it
around.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.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/compression.c