]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb32f85e6530b8a1b2c9380c982f76d07e154af3b
tree230c6754177a9a7ce2925d739964e815d89f035b
parent99a7644a0686514ca330be5272323bb91c6cd2ec
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