From 87cdb9ea19de0d336cc67572544f8b7ef081be80 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Mon, 28 Dec 2015 08:25:37 -0500 Subject: [PATCH] [whitespace] epoch: Make it crystal clear. I had reverted this 3 years ago for some stupid reason. --- src/ck_epoch.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ck_epoch.c b/src/ck_epoch.c index 477101b..d9b99d2 100644 --- a/src/ck_epoch.c +++ b/src/ck_epoch.c @@ -401,7 +401,9 @@ ck_epoch_synchronize(struct ck_epoch_record *record) goal = epoch + CK_EPOCH_GRACE; /* - * Provide strong ordering irrespective of reader status. + * Provide strong ordering irrespective of reader status. The + * observations of the counters must be ordered with respect to + * prior updates and current active readers. */ ck_pr_fence_memory();