summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-03-28 00:50:20 +0000
committerrwatson <rwatson@FreeBSD.org>2007-03-28 00:50:20 +0000
commit5723c5ca71375f8a43292be1432a69696c3efe62 (patch)
treee3fee11f01b3cacbc4a2a53563fab1aff018db44 /sys/netinet/in_pcb.h
parentd6be35825a6f11a03572c02f7b8d07e19924daec (diff)
downloadFreeBSD-src-5723c5ca71375f8a43292be1432a69696c3efe62.zip
FreeBSD-src-5723c5ca71375f8a43292be1432a69696c3efe62.tar.gz
Remove stale comment about not enabling inpcb and inpcbinfo lock assertions
when IPv6 is enabled. MFC after: 3 days
Diffstat (limited to 'sys/netinet/in_pcb.h')
-rw-r--r--sys/netinet/in_pcb.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h
index be0bfcf..96bd316 100644
--- a/sys/netinet/in_pcb.h
+++ b/sys/netinet/in_pcb.h
@@ -234,11 +234,6 @@ struct inpcbinfo { /* XXX documentation, prefixes */
struct mtx ipi_mtx;
};
-/*
- * NB: We cannot enable assertions when IPv6 is configured as
- * this code is shared by both IPv4 and IPv6 and IPv6 is
- * not properly locked.
- */
#define INP_LOCK_INIT(inp, d, t) \
mtx_init(&(inp)->inp_mtx, (d), (t), MTX_DEF | MTX_RECURSE | MTX_DUPOK)
#define INP_LOCK_DESTROY(inp) mtx_destroy(&(inp)->inp_mtx)
OpenPOWER on IntegriCloud