commit | 9652480bf48500885a30754b4a5c436b5b34456d | [log] [tgz] |
---|---|---|
author | Yan <yanzheng@21cn.com> | Thu Jul 24 12:19:49 2008 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:04:05 2008 -0400 |
tree | 396958a55cd1be287a093821d916b0c7b86bb5e2 | |
parent | 445dceb78f3445b9bcade90e93ca35cae6120172 [diff] |
Fix path slots selection in btrfs_search_forward We should decrease the found slot by one as btrfs_search_slot does when bin_search return 1 and node level > 0. Signed-off-by: Chris Mason <chris.mason@oracle.com>