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

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

Introduced by commit 6003a93e
parent 8e31108b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {