btrfs: remove the bio argument from finish_compressed_bio_read
authorJosef Bacik <josef@toxicpanda.com>
Thu, 10 Feb 2022 22:44:22 +0000 (17:44 -0500)
committerDavid Sterba <dsterba@suse.com>
Tue, 15 Feb 2022 15:55:32 +0000 (16:55 +0100)
commit8f79c103fe603e5918faa2ce07a314d594b6cdf9
tree4d6bd3be90a722fb5561475242123aaa29aad49f
parent7be76c9a78c5d1aa251f9e9f4a6af3491b4a2ca9
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.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/compression.c