Re: [NET]: Don't do netpoll on per cpu backlog napi struct

2007-08-21 Thread David Miller
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. -

[NET]: Don't do netpoll on per cpu backlog napi struct

2007-08-21 Thread Thomas Graf
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-