Re: [PATCH v2] btrfs: eliminate if in main loop in tree_search_offset
From: David Sterba <hidden> Date: 2021-11-23 15:03:33
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>
---
V2:
* Set entry to NULL by default so that semantics is unchanged.