commit | e749af443fa8dac67a896d38f5eca450a5b9026a | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Tue Jun 18 20:00:16 2019 +0200 |
committer | David Sterba <dsterba@suse.com> | Tue Jul 02 12:30:51 2019 +0200 |
tree | b838f6e369a0ffdccdacaffe8ac55a36b3ce61dd | |
parent | e1ea2beee284d8e434e51e60de9e157a18fe8b42 [diff] |
btrfs: lift bio_set_dev from bio allocation helpers The block device is passed around for the only purpose to set it in new bios. Move the assignment one level up. This is a preparatory patch for further bdev cleanups. Signed-off-by: David Sterba <dsterba@suse.com>