From 0dc9d0d850439e602dac2fa2842c41188b6d4bf0 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Fri, 16 Sep 2005 19:28:09 -0700 Subject: [PATCH] --- yaml --- r: 9037 b: refs/heads/master c: a464adeb7e8f1cd65ca911e20a7c02e452dc2c17 h: refs/heads/master i: 9035: ac1a2911f58c2cbf008967548976356a54837390 v: v3 --- [refs] | 2 +- trunk/fs/aio.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 56968b6d9561..de1707236aed 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8ac2120d90273c590cf7662f03d103519101685b +refs/heads/master: a464adeb7e8f1cd65ca911e20a7c02e452dc2c17 diff --git a/trunk/fs/aio.c b/trunk/fs/aio.c index 38f62680fd63..0e11e31dbb77 100644 --- a/trunk/fs/aio.c +++ b/trunk/fs/aio.c @@ -562,6 +562,7 @@ static inline void lock_kiocb(struct kiocb *iocb) static inline void unlock_kiocb(struct kiocb *iocb) { kiocbClearLocked(iocb); + smp_mb__after_clear_bit(); wake_up_bit(&iocb->ki_flags, KIF_LOCKED); }