From: Michael S. Tsirkin Date: Mon, 1 Feb 2010 07:21:02 +0000 (+0000) Subject: vhost-net: switch to smp barriers X-Git-Tag: v2.6.34-rc1~233^2~320 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5659338c88963ea791118e5e11e314b24f90c3eb;p=pandora-kernel.git vhost-net: switch to smp barriers vhost-net only uses memory barriers to control SMP effects (communication with userspace potentially running on a different CPU), so it should use SMP barriers and not mandatory barriers for memory access ordering, as suggested by Documentation/memory-barriers.txt Signed-off-by: Michael S. Tsirkin Acked-by: Rusty Russell Signed-off-by: David S. Miller --- Reading git-diff-tree failed