Re: [PATCH v2] btrfs: eliminate if in main loop in tree_search_offset
From: Josef Bacik <josef@toxicpanda.com> Date: 2021-11-23 14:30:43
On Tue, Nov 23, 2021 at 09:23:42AM +0200, Nikolay Borisov wrote:
Reshuffle the code inside the first loop of tree_search_offset so that
one if() is eliminated and the becomes more linear.
Signed-off-by: Nikolay Borisov <redacted>
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Thanks,
Josef