commit | 68abf360160ca085bb5109d35692ea0f9581f8d1 | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Wed Aug 12 16:26:46 2020 +0300 |
committer | David Sterba <dsterba@suse.com> | Wed Oct 07 12:06:59 2020 +0200 |
tree | 9441a6945ab98e258e2fcda9135786950744c0f2 | |
parent | 427c8fddb1296dd013d8af5a4957d9d88fb8ab4e [diff] |
btrfs: remove alloc_list splice in btrfs_prepare_sprout btrfs_prepare_sprout is called when the first rw device is added to a seed filesystem. This means the filesystem can't have its alloc_list be non-empty, since seed filesystems are read only. Simply remove the code altogether. Reviewed-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>