ck_hs: Account for deletions in apply accounting.

ck_pring
Samy Al Bahra 10 years ago
parent d6ba2a6273
commit 744b525528

@ -686,6 +686,8 @@ restart:
/* Otherwise, mark slot as deleted. */ /* Otherwise, mark slot as deleted. */
ck_pr_store_ptr(slot, CK_HS_TOMBSTONE); ck_pr_store_ptr(slot, CK_HS_TOMBSTONE);
map->n_entries--;
map->tombstones++;
return true; return true;
} }

Loading…
Cancel
Save