[dm-devel] [PATCH] Fix for find_lowest_key in dm-btree.c

2017-04-06 Thread Vinothkumar Raja
the lowest key. The find_lowest_key function fetches the first key of the rightmost block of the btree instead of fetching the first key from the leftmost block. This patch fixes the bug and gives us the correct result. Signed-off-by: Erez Zadok <e...@fsl.cs.sunysb.edu> Signed-off-by: Vinot

[dm-devel] [PATCH] Fix for find_lowest_key in dm-btree.c

2017-04-06 Thread Vinothkumar Raja
the lowest key. The find_lowest_key function fetches the first key of the rightmost block of the btree instead of fetching the first key from the leftmost block. This patch fixes the bug and gives us the correct result. Signed-off-by: Erez Zadok Signed-off-by: Vinothkumar Raja Signed-off-by: Nidhi