Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9037
b: refs/heads/master
c: a464ade
h: refs/heads/master
i:
  9035: ac1a291
v: v3
  • Loading branch information
Zach Brown authored and Linus Torvalds committed Sep 17, 2005
1 parent 391e1d0 commit 0dc9d0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8ac2120d90273c590cf7662f03d103519101685b
refs/heads/master: a464adeb7e8f1cd65ca911e20a7c02e452dc2c17
1 change: 1 addition & 0 deletions trunk/fs/aio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 0dc9d0d

Please sign in to comment.