Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
unsigned char pivot_cnt;
//bool check_prev = false;
- if (ma_is_leaf(type))
- return 0;
-
slot_cnt = mt_slots[type];
pivot_cnt = mt_pivots[type];
if (s_slot < pivot_cnt) {
unsigned long pivot = ma_get_pivot(src, s_slot);
- if (!s_slot) {
- last = pivot;
- if (mas->min == pivot)
- printk("Should check coalescing of previous node\n");
- continue;
- }
-
if (!pivot)
goto done;
goto mas_error;
dst = mas->node;
+ continue;
}
last = pivot;