commit | 54230013d41fb6eb231755dfec8615db9dcfb020 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Tue Nov 09 10:12:06 2021 -0500 |
committer | David Sterba <dsterba@suse.com> | Mon Jan 03 15:09:45 2022 +0100 |
tree | 892e00575744e71a77b27b6104bcd23fa56fb59c | |
parent | 6dbdd578cd4fcb88ad9e57777a140e3349323e28 [diff] |
btrfs: get rid of root->orphan_cleanup_state Now that we don't care about the stage of the orphan_cleanup_state, simply replace it with a bit on ->state to make sure we don't call the orphan cleanup every time we wander into this root. 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>