Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a700a commit c3d22feCopy full SHA for c3d22fe
slabs.c
@@ -540,7 +540,7 @@ static int slab_rebalance_move(void) {
540
}
541
} else if (refcount == 2) { /* item is linked but not busy */
542
if ((it->it_flags & ITEM_LINKED) != 0) {
543
- do_item_unlink_nolock(it, hash(ITEM_key(it), it->nkey, 0));
+ do_item_unlink_nolock(it, hv);
544
status = MOVE_DONE;
545
} else {
546
/* refcount == 1 + !ITEM_LINKED means the item is being
0 commit comments