netdev
[Top] [All Lists]

Re: [PATCH] Make netif_rx_ni preempt-safe

To: Lee Revell <rlrevell@xxxxxxxxxxx>
Subject: Re: [PATCH] Make netif_rx_ni preempt-safe
From: Denis Vlasenko <vda@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 20 Oct 2004 22:56:56 +0300
Cc: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>, Andrew Morton <akpm@xxxxxxxx>, linux-kernel <linux-kernel@xxxxxxxxxxxxxxx>, "David S. Miller" <davem@xxxxxxxxxxxxx>, linux-kernel@xxxxxxxxxxxxxxxxxxx, maxk@xxxxxxxxxxxx, irda-users@xxxxxxxxxxxxxxxxxxxxx, Linux Network Development <netdev@xxxxxxxxxxx>, Alain Schroeder <alain@xxxxxxxxxxxxxxx>
In-reply-to: <1098302001.2268.5.camel@krustophenia.net>
References: <1098230132.23628.28.camel@krustophenia.net> <200410202214.31791.vda@port.imtp.ilyichevsk.odessa.ua> <1098302001.2268.5.camel@krustophenia.net>
Sender: netdev-bounce@xxxxxxxxxxx
User-agent: KMail/1.5.4
> OK, third try.
> 
> Signed-Off-By: Lee Revell <rlrevell@xxxxxxxxxxx>
> 
> --- include/linux/netdevice.h~        2004-10-20 15:51:00.000000000 -0400
> +++ include/linux/netdevice.h 2004-10-20 15:51:54.000000000 -0400
> @@ -694,11 +694,14 @@
>  /* Post buffer to the network code from _non interrupt_ context.
>   * see net/core/dev.c for netif_rx description.
>   */
> -static inline int netif_rx_ni(struct sk_buff *skb)
> +static int netif_rx_ni(struct sk_buff *skb)

non-inline functions must not live in .h files
--
vda


<Prev in Thread] Current Thread [Next in Thread>