From: Thomas Graf <[EMAIL PROTECTED]>
Date: Wed, 22 Aug 2007 01:08:51 +0200
> The per cpu backlog napi struct can't do netpoll and has the
> dev member set to NULL. Fixes an oops on boot when netpoll is
> enabled.
>
> Signed-off-by: Thomas Graf <[EMAIL PROTECTED]>
Applied, thanks a lot Thomas.
-
The per cpu backlog napi struct can't do netpoll and has the
dev member set to NULL. Fixes an oops on boot when netpoll is
enabled.
Signed-off-by: Thomas Graf <[EMAIL PROTECTED]>
Index: net-2.6.24/include/linux/netpoll.h
===
--- net-