btrfs: push lookup_info into struct walk_control
authorJosef Bacik <josef@toxicpanda.com>
Tue, 7 May 2024 18:12:05 +0000 (14:12 -0400)
committerDavid Sterba <dsterba@suse.com>
Thu, 11 Jul 2024 13:33:24 +0000 (15:33 +0200)
commit7fcee18da46b51ca71a1ef82e1f2bc4bf7665870
tree77b9148d6b6ae6336d031f87393c1c1a52e7ad85
parent3fdf5798fa379c36d068090d026d18dd6dfc5b6c
btrfs: push lookup_info into struct walk_control

Instead of using a flag we're passing around everywhere, add a field to
walk_control that we're already passing around everywhere and use that
instead.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-tree.c