On 2/24/20 1:02 AM, Qu Wenruo wrote:
build_backref_tree() uses "goto again;" to implement a breadth-first search to build backref cache. This patch will extract most of its work into a wrapper, handle_one_tree_block(), and use a while() loop to implement the same thing. Signed-off-by: Qu Wenruo <wqu@xxxxxxxx>
Do you have this in a tree somewhere that I can look at it? I tried applying these but they don't apply cleanly to anything I have, and it's hard to review this one without seeing how the code ends up after your diff. Thanks,
Josef
