Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143379721
D19015.id53374.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.id53374.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
Fri, Jan 30, 4:15 PM (10 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28102412
Default Alt Text
D19015.id53374.diff (406 B)
Attached To
Mode
D19015: vtnet: fix typo in vtnet_free_taskqueues
Attached
Detach File
Event Timeline
Log In to Comment