commit | 7939dd9f35f6f76f5ee199851bcb4d89cd7be061 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Fri Nov 05 16:45:49 2021 -0400 |
committer | David Sterba <dsterba@suse.com> | Mon Jan 03 15:09:49 2022 +0100 |
tree | b0a801826cea941124130edebcbfa3834c93c2a0 | |
parent | fc28b25e1f428651133326300d9572b42aae6d8f [diff] |
btrfs: stop accessing ->free_space_root directly We're going to have multiple free space roots in the future, so adjust all the users of the free space root to use a helper to access the root. Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>