commit | 6dbdd578cd4fcb88ad9e57777a140e3349323e28 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Tue Nov 09 10:12:05 2021 -0500 |
committer | David Sterba <dsterba@suse.com> | Mon Jan 03 15:09:45 2022 +0100 |
tree | 40784ce5b988ec4b7c19bb39063def721b345c1b | |
parent | ee6adbfd6a2c15a71fb26d9321c97bef09ae0534 [diff] |
btrfs: remove global rsv stealing logic for orphan cleanup This is very old code before we were stealing from the global reserve during evict. We have proper ways to steal from the global reserve while we're evicting, so rip out this code as it's no longer necessary. Reviewed-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: David Sterba <dsterba@suse.com>