btrfs: move the call to bio_set_dev out of submit_stripe_bio
authorChristoph Hellwig <hch@lst.de>
Mon, 4 Apr 2022 04:45:23 +0000 (06:45 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 16 May 2022 15:03:12 +0000 (17:03 +0200)
commitfce3f24ada5527a5266b7c878ae82a24e6f730e3
tree230c6754177a9a7ce2925d739964e815d89f035b
parentf77dcc0d64d6b2a6cca81933fec1c17241ea572b
btrfs: move the call to bio_set_dev out of submit_stripe_bio

Prepare for additional refactoring, btrfs_map_bio is direct caller of
submit_stripe_bio.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/volumes.c