Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151714438
D15284.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
682 B
Referenced Files
None
Subscribers
None
D15284.diff
View Options
Index: head/sys/net/iflib.c
===================================================================
--- head/sys/net/iflib.c
+++ head/sys/net/iflib.c
@@ -4773,12 +4773,10 @@
int nfree_lists = sctx->isc_nfl ? sctx->isc_nfl : 1;
caddr_t *vaddrs;
uint64_t *paddrs;
- struct ifmp_ring **brscp;
KASSERT(ntxqs > 0, ("number of queues per qset must be at least 1"));
KASSERT(nrxqs > 0, ("number of queues per qset must be at least 1"));
- brscp = NULL;
txq = NULL;
rxq = NULL;
@@ -4966,8 +4964,6 @@
free(ctx->ifc_txqs, M_IFLIB);
ctx->ifc_txqs = NULL;
rx_fail:
- if (brscp != NULL)
- free(brscp, M_IFLIB);
if (rxq != NULL)
free(rxq, M_IFLIB);
if (txq != NULL)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 11, 5:33 AM (10 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31181155
Default Alt Text
D15284.diff (682 B)
Attached To
Mode
D15284: iflib: remove unused brscp pointer from iflib_queues_alloc
Attached
Detach File
Event Timeline
Log In to Comment