]> git.baikalelectronics.ru Git - kernel.git/commit
ringtest: test build fix
authorMichael S. Tsirkin <mst@redhat.com>
Sun, 14 Aug 2016 20:44:21 +0000 (23:44 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 15 Aug 2016 02:01:23 +0000 (05:01 +0300)
commit6ff70e47c3a7548ac4b2a68b627de0bc4dadcd97
tree46a3109fd785119fa1e62a41a4af23127874c67e
parent9cddde4a3bc6ff8fec85bdeeb408a4518f2a6ee3
ringtest: test build fix

Recent changes to ptr_ring broke the ringtest
which lacks a likely() stub. Fix it up.

Fixes: 0b013cda7998bae56916d9b3d68b30a9f722ad66
("ptr_ring: support zero length ring")
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tools/virtio/ringtest/ptr_ring.c