diff --git a/src/ck_epoch.c b/src/ck_epoch.c index 8f21b7c..477101b 100644 --- a/src/ck_epoch.c +++ b/src/ck_epoch.c @@ -401,8 +401,7 @@ ck_epoch_synchronize(struct ck_epoch_record *record) goal = epoch + CK_EPOCH_GRACE; /* - * Guarantee any mutations previous to the barrier will be made visible - * with respect to epoch snapshots we will read. + * Provide strong ordering irrespective of reader status. */ ck_pr_fence_memory();