Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106032310
D19015.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
406 B
Referenced Files
None
Subscribers
None
D19015.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D19015: vtnet: fix typo in vtnet_free_taskqueues
Attached
Detach File
Event Timeline
Log In to Comment