1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-02 17:08:56 +00:00

Import CK as of commit 24d26965d1a28039062ba3bcf9433b623f3d2c5e, to get

a fix in ck_epoch
This commit is contained in:
Olivier Houchard 2017-02-28 23:24:08 +00:00
parent b8af8045a1
commit 9f13174209
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor-sys/ck/dist/; revision=314432
svn path=/vendor-sys/ck/20170228/; revision=314434; tag=vendor/ck/20170228

View File

@ -309,11 +309,12 @@ ck_epoch_scan(struct ck_epoch *global,
{
ck_stack_entry_t *cursor;
*af = false;
if (cr == NULL) {
cursor = CK_STACK_FIRST(&global->records);
*af = false;
} else {
cursor = &cr->record_next;
*af = true;
}
while (cursor != NULL) {