commit | 30f1d370744cc35f26d78a1dd31aeb0e4be93c38 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Fri Jan 26 01:36:39 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 29 12:02:54 2018 -0500 |
tree | 95c9f474b81ed1db9352677eb1c7c3063e049e50 | |
parent | a07d29c6724a19eab120b7a74a9bfd107d20f69a [diff] |
tools/virtio: switch to __ptr_ring_empty We don't rely on lockless guarantees, but it seems cleaner than inverting __ptr_ring_peek. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>