Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2007 04:41:41 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 128388 for review
Message-ID:  <200710310441.l9V4ffNb099018@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=128388

Change 128388 by kmacy@kmacy:storage:toestack on 2007/10/31 04:41:24

	the route is locked here, don't keep the lock held

Affected files ...

.. //depot/projects/toestack/sys/netinet/ip_icmp.c#6 edit

Differences ...

==== //depot/projects/toestack/sys/netinet/ip_icmp.c#6 (text+ko) ====

@@ -158,7 +158,7 @@
 		}
 	}
 	if (rt)	
-		RTFREE(rt);
+		RTFREE_LOCKED(rt);
 }
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710310441.l9V4ffNb099018>