Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2009 10:48:59 -0700
From:      Julian Elischer <julian@elischer.org>
To:        Marko Zec <zec@FreeBSD.org>
Cc:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   Re: PERFORCE change 164022 for review
Message-ID:  <4A2FF20B.9080200@elischer.org>
In-Reply-To: <200906101745.n5AHj40I019667@repoman.freebsd.org>
References:  <200906101745.n5AHj40I019667@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Marko Zec wrote:
> http://perforce.freebsd.org/chv.cgi?CH=164022
> 
> Change 164022 by zec@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





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