From 16f7568e5c226b10c95066d1c4f6554ead0a5ab1 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Thu, 2 Jan 2014 09:00:45 -0500 Subject: [PATCH] ck_cohort: Migrate to acquire / release. --- include/ck_cohort.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ck_cohort.h b/include/ck_cohort.h index 9b14fb4..0226b7d 100644 --- a/include/ck_cohort.h +++ b/include/ck_cohort.h @@ -108,7 +108,7 @@ enum ck_cohort_state { cohort->acquire_count = 0; \ } \ \ - ck_pr_fence_memory(); \ + ck_pr_fence_release(); \ LU(cohort->local_lock, local_context); \ \ return; \