From 87609341245597420b5c531c50d973d4f3ace9e1 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sun, 6 Feb 2005 21:43:55 +0000 Subject: [PATCH] Remove a comment from the raw IPv6 output function regarding M_TRYWAIT allocations: M_PREPEND() now uses M_DONTWAIT. MFC after: 3 days --- sys/netinet6/raw_ip6.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sys/netinet6/raw_ip6.c b/sys/netinet6/raw_ip6.c index d342fde7d052..2ba558f81b5b 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;