Re: [PATCH 1/2] virtio: fix typos of memory barriers

2012-01-22 Thread Rusty Russell
On Sun, 22 Jan 2012 13:47:46 +0200, "Michael S. Tsirkin" wrote: > On Fri, Jan 20, 2012 at 04:16:59PM +0800, Jason Wang wrote: > > Signed-off-by: Jason Wang > > Good catch. > Note: this fixes a bug introduced by > 7b21e34fd1c272e3a8c3846168f2f6287a4cd72b. > It's probably a good idea to mention >

Re: [PATCH 1/2] virtio: fix typos of memory barriers

2012-01-22 Thread Michael S. Tsirkin
On Fri, Jan 20, 2012 at 04:16:59PM +0800, Jason Wang wrote: > Signed-off-by: Jason Wang Good catch. Note: this fixes a bug introduced by 7b21e34fd1c272e3a8c3846168f2f6287a4cd72b. It's probably a good idea to mention this is the commit log. Acked-by: Michael S. Tsirkin > --- > drivers/virtio

[PATCH 1/2] virtio: fix typos of memory barriers

2012-01-20 Thread Jason Wang
Signed-off-by: Jason Wang --- drivers/virtio/virtio_ring.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/virtio/virtio_ring.c b/drivers/virtio/virtio_ring.c index 79e1b29..78428a8 100644 --- a/drivers/virtio/virtio_ring.c +++ b/drivers/virtio/virtio_ring.c @@ -