Skip to content

Commit

Permalink
[whitespace] epoch: Update barrier comment in synchronize.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samy Al Bahra committed Dec 28, 2015
1 parent 4f8e858 commit 84d92cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ck_epoch.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 84d92cd

Please sign in to comment.