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: NQu Wenruo <wqu@suse.com> Signed-off-by: NSu Yue <l@damenly.su> Reviewed-by: NDavid Sterba <dsterba@suse.com> Signed-off-by: NDavid Sterba <dsterba@suse.com>
Showing
想要评论请 注册 或 登录