PERFORCE change 161032 for review

Marko Zec zec at FreeBSD.org
Fri Apr 24 12:45:42 UTC 2009


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

Change 161032 by zec at zec_tpx32 on 2009/04/24 12:44:54

	Fix a few obvious misintegrations.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/netgraph/ng_base.c#26 edit
.. //depot/projects/vimage-commit2/src/sys/netgraph/ng_eiface.c#21 edit
.. //depot/projects/vimage-commit2/src/sys/netgraph/ng_iface.c#20 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/netgraph/ng_base.c#26 (text+ko) ====

@@ -3097,7 +3097,6 @@
 static int
 ngb_mod_event(module_t mod, int event, void *data)
 {
-	INIT_VNET_NETGRAPH(curvnet); /* XXX move to iattach - revisit! */
 	struct proc *p;
 	struct thread *td;
 	int i, error = 0;

==== //depot/projects/vimage-commit2/src/sys/netgraph/ng_eiface.c#21 (text+ko) ====

@@ -599,7 +599,6 @@
 static int
 ng_eiface_mod_event(module_t mod, int event, void *data)
 {
-	INIT_VNET_NETGRAPH(curvnet); /* XXX move to iattach -> revisit! */
 	int error = 0;
 
 	switch (event) {

==== //depot/projects/vimage-commit2/src/sys/netgraph/ng_iface.c#20 (text+ko) ====

@@ -845,7 +845,6 @@
 static int
 ng_iface_mod_event(module_t mod, int event, void *data)
 {
-	INIT_VNET_NETGRAPH(curvnet); /* XXX move to iattach - revisit! */
 	int error = 0;
 
 	switch (event) {


More information about the p4-projects mailing list