btrfs: disable balance for extent tree v2 for now
authorJosef Bacik <josef@toxicpanda.com>
Wed, 15 Dec 2021 20:39:59 +0000 (15:39 -0500)
committerDavid Sterba <dsterba@suse.com>
Mon, 14 Feb 2022 15:36:01 +0000 (16:36 +0100)
commitca1fd40c95033beaef03960ec8688a77a52e4c38
tree0008448bd11c581d70391dfea87ce19522e1c550
parent0e6562a8b4c5e452feb4871733b6e2a185924b49
btrfs: disable balance for extent tree v2 for now

With global root id's it makes it problematic to do backref lookups for
balance.  This isn't hard to deal with, but future changes are going to
make it impossible to lookup backrefs on any COWonly roots, so go ahead
and disable balance for now on extent tree v2 until we can add balance
support back in future patches.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/volumes.c