On Fri, Nov 30, 2007 at 11:19:49AM +0000, Gerrit Renker wrote:
>
> |  csum_copy_err:
> | -   UDP6_INC_STATS_USER(UDP_MIB_INERRORS, is_udplite);
> | +   UDP6_INC_STATS_BH(UDP_MIB_INERRORS, is_udplite);
> |     skb_kill_datagram(sk, skb, flags);
> |  
> |     if (flags & MSG_DONTWAIT)
> | 
> Is it not the other way round ?? :- 

I agree.  Wang Chen, please change this and other appropriate
BH calls to USER.  Basically recvmsg should always be USER while
rcv is BH.

Thanks,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to