PERFORCE change 164022 for review

Julian Elischer julian at elischer.org
Wed Jun 10 17:49:01 UTC 2009


Marko Zec wrote:
> http://perforce.freebsd.org/chv.cgi?CH=164022
> 
> Change 164022 by zec at zec_tpx32 on 2009/06/10 17:44:17
> 
> 	Don't mark inbound path as outbound.
> 
> Affected files ...
> 
> .. //depot/projects/vimage-commit2/src/sys/netgraph/ng_ether.c#17 edit
> 
> Differences ...
> 
> ==== //depot/projects/vimage-commit2/src/sys/netgraph/ng_ether.c#17 (text+ko) ====
> 
> @@ -263,9 +263,7 @@
>  		m_freem(m);
>  		return;
>  	}
> -	NG_OUTBOUND_THREAD_REF();
>  	NG_SEND_DATA_ONLY(error, priv->orphan, m);
> -	NG_OUTBOUND_THREAD_UNREF();
>  }
>  
>  /*


oooh
didn't notice that in the diff




More information about the p4-projects mailing list