Re: [PATCH] btrfs: eliminate if in main loop in tree_search_offset
From: Josef Bacik <josef@toxicpanda.com>
Date: 2021-11-22 16:50:32
From: Josef Bacik <josef@toxicpanda.com>
Date: 2021-11-22 16:50:32
On Mon, Nov 22, 2021 at 05:17:13PM +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.
Need a SOB and you need to set entry = NULL initially if you're going to make this change. Thanks, Josef