Fix silly typo ("smb" vs "smp")
Introduced by commit 6003a93e7bf6c02f33c02976ff364785d4273295
This commit is contained in:
parent
8e31108b9f
commit
1224b375ed
@ -381,7 +381,7 @@ static void update_queue (struct sem_array * sma)
|
|||||||
/* hands-off: q will disappear immediately after
|
/* hands-off: q will disappear immediately after
|
||||||
* writing q->status.
|
* writing q->status.
|
||||||
*/
|
*/
|
||||||
smb_wmb();
|
smp_wmb();
|
||||||
q->status = error;
|
q->status = error;
|
||||||
q = n;
|
q = n;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user