diff options
author | Josef Bacik <josef@toxicpanda.com> | 2021-11-09 18:12:07 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-01-03 17:09:45 +0300 |
commit | 9270501c163b67f48fd5fb2f98b1b48d6530f460 (patch) | |
tree | dd51bafe37ebb37747c3f6ce0fb718ee0507f05f /arch | |
parent | 54230013d41fb6eb231755dfec8615db9dcfb020 (diff) | |
download | linux-9270501c163b67f48fd5fb2f98b1b48d6530f460.tar.xz |
btrfs: change root to fs_info for btrfs_reserve_metadata_bytes
We used to need the root for btrfs_reserve_metadata_bytes to check the
orphan cleanup state, but we no longer need that, we simply need the
fs_info. Change btrfs_reserve_metadata_bytes() to use the fs_info, and
change both btrfs_block_rsv_refill() and btrfs_block_rsv_add() to do the
same as they simply call btrfs_reserve_metadata_bytes() and then
manipulate the block_rsv that is being used.
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions