[whitespace] epoch: Make it crystal clear.

I had reverted this 3 years ago for some stupid reason.
ck_pring
Samy Al Bahra 9 years ago
parent 84d92cd6a5
commit 87cdb9ea19

@ -401,7 +401,9 @@ ck_epoch_synchronize(struct ck_epoch_record *record)
goal = epoch + CK_EPOCH_GRACE; 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(); ck_pr_fence_memory();

Loading…
Cancel
Save