Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Introduced by commit 6003a93e7bf6c02f33c02976ff364785d4273295

+1 -1
+1 -1
ipc/sem.c
··· 381 381 /* hands-off: q will disappear immediately after 382 382 * writing q->status. 383 383 */ 384 - smb_wmb(); 384 + smp_wmb(); 385 385 q->status = error; 386 386 q = n; 387 387 } else {