]> git.baikalelectronics.ru Git - kernel.git/commit
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 Mar 2022 12:13:48 +0000 (13:13 +0100)
commit490a7ad7da9b831b2f57173a721eccdc393854cb
treebf7e82c8dd5ea8cd885670822cbf6bd8071411db
parentee6707ab0f8d607c4fd64ad93b34f7422fe99746
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