commit | e48dac7f6f4c0410aa38dbd59b991f2b24b286ae | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Fri Dec 03 17:18:19 2021 -0500 |
committer | David Sterba <dsterba@suse.com> | Fri Jan 07 14:18:25 2022 +0100 |
tree | da8c6ca41d13b541616570ac2bdfd3937fbf104c | |
parent | 0adbc6190c34b2e39f67b086cefc260e30045f48 [diff] |
btrfs: make should_throttle loop local in btrfs_truncate_inode_items We reset this bool on every loop through the truncate loop, make this variable local to the loop. Reviewed-by: Filipe Manana <fdmanana@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>