Page MenuHomeFreeBSD

D19015.diff
No OneTemporary

D19015.diff

Index: head/sys/dev/virtio/network/if_vtnet.c
===================================================================
--- head/sys/dev/virtio/network/if_vtnet.c
+++ head/sys/dev/virtio/network/if_vtnet.c
@@ -2748,7 +2748,7 @@
rxq = &sc->vtnet_rxqs[i];
if (rxq->vtnrx_tq != NULL) {
taskqueue_free(rxq->vtnrx_tq);
- rxq->vtnrx_vq = NULL;
+ rxq->vtnrx_tq = NULL;
}
txq = &sc->vtnet_txqs[i];

File Metadata

Mime Type
text/plain
Expires
Wed, Dec 25, 5:02 AM (9 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15594584
Default Alt Text
D19015.diff (406 B)

Event Timeline