Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Apr 2007 19:43:45 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 118599 for review
Message-ID:  <200704221943.l3MJhjQV006815@repoman.freebsd.org>

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

Change 118599 by zec@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;
 



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