From 84d92cd6a52cc5cf1ca54aebc353cfad70afd1be Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Mon, 28 Dec 2015 08:18:40 -0500 Subject: [PATCH] [whitespace] epoch: Update barrier comment in synchronize. --- src/ck_epoch.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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();