diff options
author | Su Yue <l@damenly.su> | 2021-12-27 18:18:39 +0800 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-01-07 14:18:27 +0100 |
commit | 4a9e803e5b392e2b1e511d0097f6d2c7e6ea41e7 (patch) | |
tree | eeae0d6ea908aab6953c80c76bc4bfb1c3db6975 /kernel/events | |
parent | 856e47946c6da280816ed9b9c32083c102838ba0 (diff) | |
download | linux-4a9e803e5b392e2b1e511d0097f6d2c7e6ea41e7.tar.bz2 |
btrfs: remove unnecessary parameter type from compression_decompress_bio
btrfs_decompress_bio, the only caller of compression_decompress_bio gets
type from @cb and passes it to compression_decompress_bio.
However, compression_decompress_bio can get compression type directly
from @cb.
So remove the parameter and access it through @cb. No functional
change.
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Su Yue <l@damenly.su>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'kernel/events')
0 files changed, 0 insertions, 0 deletions