Re: [PATCH] Make netif_rx_ni preempt-safe

From: Herbert Xu
Date: Tue Oct 19 2004 - 19:26:31 EST


On Tue, Oct 19, 2004 at 07:55:33PM -0400, Lee Revell wrote:
>
> --- include/linux/netdevice.h~ 2004-10-19 18:50:18.000000000 -0400
> +++ include/linux/netdevice.h 2004-10-19 18:51:01.000000000 -0400
> @@ -696,9 +696,11 @@
> */
> static inline int netif_rx_ni(struct sk_buff *skb)
> {
> + preempt_disable();
> int err = netif_rx(skb);

This is broken on older compilers.
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx>
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 linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/