PERFORCE change 118599 for review

Marko Zec zec at FreeBSD.org
Sun Apr 22 19:43:46 UTC 2007


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

Change 118599 by zec at zec_tca51 on 2007/04/22 19:43:24

	The standard place where ifnet -> vnet affinity is
	automatically set is in if_attach(), so don't do this for
	loif ifnets in if_loop.c since this is redundant.

Affected files ...

.. //depot/projects/vimage/src/sys/net/if_loop.c#11 edit

Differences ...

==== //depot/projects/vimage/src/sys/net/if_loop.c#11 (text+ko) ====

@@ -161,9 +161,6 @@
 		free(sc, M_LO);
 		return (ENOSPC);
 	}
-#ifdef VIMAGE
-	ifp->if_vnet = curvnet;
-#endif
 	if (V_loif == NULL)
 		V_loif = ifp;
 


More information about the p4-projects mailing list