]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: do not pass compressed_bio to submit_compressed_bio()
authorGoldwyn Rodrigues <rgoldwyn@suse.de>
Thu, 14 Apr 2022 02:11:07 +0000 (21:11 -0500)
committerDavid Sterba <dsterba@suse.com>
Mon, 16 May 2022 15:03:13 +0000 (17:03 +0200)
commit3feddb9f0cf9d8096d8aa3f70c0acc8360faad57
treee56a0741289535683912c41cf64f9cb26ea45980
parent452c1db77492b56fe9d2461514df23672e4a0004
btrfs: do not pass compressed_bio to submit_compressed_bio()

Parameter struct compressed_bio is not used by the function
submit_compressed_bio(). Remove it.

Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/compression.c