Searched hist:"2 ed88a489c8a06caa47b7d5f104e08a868d9ec3d" (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/btrfs/ |
H A D | BTree.h | 2ed88a489c8a06caa47b7d5f104e08a868d9ec3d Sat Aug 05 13:28:00 UTC 2017 hyche <cvghy116@gmail.com> BTRFS: Fix node search slot
* Not handle traversing type correctly (looks for the graph). * Reorder the codes because *slot is uninitialized if type is BTREE_EXACT. * Incorrect return type: int32 -> status_t
Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
|
H A D | BTree.cpp | 2ed88a489c8a06caa47b7d5f104e08a868d9ec3d Sat Aug 05 13:28:00 UTC 2017 hyche <cvghy116@gmail.com> BTRFS: Fix node search slot
* Not handle traversing type correctly (looks for the graph). * Reorder the codes because *slot is uninitialized if type is BTREE_EXACT. * Incorrect return type: int32 -> status_t
Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
|