hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/virtio/virtio_ring.c
....@@ -1190,7 +1190,7 @@
11901190 }
11911191 }
11921192
1193
- if (i < head)
1193
+ if (i <= head)
11941194 vq->packed.avail_wrap_counter ^= 1;
11951195
11961196 /* We're using some buffers from the free list. */