|
@@ -439,7 +439,6 @@ static struct reada_extent *reada_find_extent(struct btrfs_root *root,
|
|
/* ignore whether the entry was inserted */
|
|
/* ignore whether the entry was inserted */
|
|
radix_tree_delete(&dev->reada_extents, index);
|
|
radix_tree_delete(&dev->reada_extents, index);
|
|
}
|
|
}
|
|
- BUG_ON(fs_info == NULL);
|
|
|
|
radix_tree_delete(&fs_info->reada_tree, index);
|
|
radix_tree_delete(&fs_info->reada_tree, index);
|
|
spin_unlock(&fs_info->reada_lock);
|
|
spin_unlock(&fs_info->reada_lock);
|
|
btrfs_dev_replace_unlock(&fs_info->dev_replace, 0);
|
|
btrfs_dev_replace_unlock(&fs_info->dev_replace, 0);
|