summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/raw_ip6.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2005-02-06 21:43:55 +0000
committerrwatson <rwatson@FreeBSD.org>2005-02-06 21:43:55 +0000
commit35d09298255af4f83fd5b6611c06e07486d774f3 (patch)
treeb8c08f8dc5dc2a183da69f93b587848d977b4c8c /sys/netinet6/raw_ip6.c
parent044b41bb7e086745ad1cb622087b2684855a881d (diff)
downloadFreeBSD-src-35d09298255af4f83fd5b6611c06e07486d774f3.zip
FreeBSD-src-35d09298255af4f83fd5b6611c06e07486d774f3.tar.gz
Remove a comment from the raw IPv6 output function regarding
M_TRYWAIT allocations: M_PREPEND() now uses M_DONTWAIT. MFC after: 3 days
Diffstat (limited to 'sys/netinet6/raw_ip6.c')
-rw-r--r--sys/netinet6/raw_ip6.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/netinet6/raw_ip6.c b/sys/netinet6/raw_ip6.c
index d342fde..2ba558f 100644
--- a/sys/netinet6/raw_ip6.c
+++ b/sys/netinet6/raw_ip6.c
@@ -338,12 +338,6 @@ rip6_output(m, va_alist)
va_end(ap);
in6p = sotoin6pcb(so);
- /*
- * XXXRW: In IPv6, we don't start referencing the contents of the
- * inpcb until after all M_TRYWAIT allocations have finished. We may
- * want to reorder this function to provide similar guarantees here,
- * so as to avoid holding a mutex over M_TRYWAIT.
- */
INP_LOCK(in6p);
stickyopt = in6p->in6p_outputopts;
OpenPOWER on IntegriCloud