lkml.org 
[lkml]   [2004]   [Oct]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH] Make netif_rx_ni preempt-safe
Date
> OK, third try.
>
> Signed-Off-By: Lee Revell <rlrevell@joe-job.com>
>
> --- 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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:07    [W:0.063 / U:1.036 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site