PERFORCE change 128388 for review

Kip Macy kmacy at FreeBSD.org
Tue Oct 30 21:41:43 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=128388

Change 128388 by kmacy at 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);
 }
 
 


More information about the p4-projects mailing list