9ef17fb9a2d8 parent d654c673d6394bc26e159b1057b357371b4ce1dc author Oleg Nesterov 1163036678 -0800 committer Linus Torvalds 1163039362 -0800 [PATCH] A minor fix for set_mb() in Documentation/memory-barriers.txt set_mb() is used by set_current_state() which needs mb(), not wmb(). I think it would be right to assume that set_mb() implies mb(), all arches seem to do just this. Signed-off-by: Oleg Nesterov Acked-by: David Howells Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds D