commit | a019e9e197eaa68ffe2efeba00d685581b1a5416 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Fri Aug 30 15:40:53 2019 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Nov 18 23:43:44 2019 +0100 |
tree | c1d8501226c2f4663b90328310cdb802c7857a57 | |
parent | 1a41802701ec78ca3272073e60463c13b17d121f [diff] |
btrfs: remove extent_map::bdev We can now remove the bdev from extent_map. Previous patches made sure that bio_set_dev is correctly in all places and that we don't need to grab it from latest_bdev or pass it around inside the extent map. Signed-off-by: David Sterba <dsterba@suse.com>