Su Yue Qu Wenruo
Su Yue and Qu Wenruo btrfs-progs: cmds-check.c: walk_down_tree_v2 break cause of leaf process
c96a189 Feb 21, 2017
btrfs-progs: cmds-check.c: walk_down_tree_v2 break cause of leaf process
In lowmem mode, 'walk_down_tree_v2' returns negative values wheather
the error is fatal or not. It causes the loop where 'walk_down_tree_v2'
is to break even the error is tolerated and then subsequent nodes process
will be skipped.

Fix it by redefining meanings of values 'walk_down_tree_v2' returns.
Do a similar fix for 'process_one_leaf_v2'.

Signed-off-by: Su Yue <suy.fnst@cn.fujitsu.com>
c96a189