btrfs: drop parameter compression_type from btrfs_submit_dio_repair_bio
authorDavid Sterba <dsterba@suse.com>
Thu, 27 Oct 2022 00:07:10 +0000 (02:07 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:51 +0000 (18:00 +0100)
commit7920b773bd8a458c05b2ba4581fe19c5704fffd7
tree86e808efcf39769e647f286d8a3bbfdfb5d87e7c
parent19af6a7d345acc885f970d57577fa80ca4ad3d98
btrfs: drop parameter compression_type from btrfs_submit_dio_repair_bio

Compression and direct io don't work together so the compression
parameter can be dropped after previous patch that changed the call
to direct.

Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/btrfs_inode.h
fs/btrfs/extent_io.c
fs/btrfs/inode.c