Commit 1224b375 authored by Linus Torvalds's avatar Linus Torvalds

Fix silly typo ("smb" vs "smp")

Introduced by commit 6003a93e
parent 8e31108b
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment