Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15322
b: refs/heads/master
c: 1224b37
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Dec 24, 2005
1 parent b52b945 commit 54f581e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8e31108b9f41069d55cb9b019ac8262c55fd2616
refs/heads/master: 1224b375ed7982128602a3fa1da53eeeac1750b4
2 changes: 1 addition & 1 deletion trunk/ipc/sem.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ static void update_queue (struct sem_array * sma)
/* hands-off: q will disappear immediately after
* writing q->status.
*/
smb_wmb();
smp_wmb();
q->status = error;
q = n;
} else {
Expand Down

0 comments on commit 54f581e

Please sign in to comment.