Skip to content
Commit 16db5758 authored by Anand Jain's avatar Anand Jain Committed by David Sterba
Browse files

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: default avatarAnand Jain <anand.jain@oracle.com>
Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent e67c718b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment