commit | 16db5758fef8c71b0353a7b5505496d6f9229820 | [log] [tgz] |
---|---|---|
author | Anand Jain <Anand.Jain@oracle.com> | Tue Feb 20 22:50:36 2018 +0800 |
committer | David Sterba <dsterba@suse.com> | Mon Mar 26 15:09:40 2018 +0200 |
tree | 1422f0b87d7875517e0d87681649c80dfffe0a43 | |
parent | e67c718b5b9a306bde7e966be7b4ca48fa063d73 [diff] |
btrfs: remove assert in btrfs_init_dev_replace_tgtdev() In the same function we just ran btrfs_alloc_device() which means the btrfs_device::resized_list is sure to be empty and we are protected with the btrfs_fs_info::volume_mutex. Signed-off-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: David Sterba <dsterba@suse.com>