From: Jeff Moyer Date: Thu, 23 Jun 2005 05:05:31 +0000 (-0700) Subject: [NETPOLL]: Introduce a netpoll_info struct X-Git-Tag: v2.6.13-rc1~68^2~534^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=115c1d6e61b70851d9a363328c3b8d4c2559a1d3;p=pandora-kernel.git [NETPOLL]: Introduce a netpoll_info struct This patch introduces a netpoll_info structure, which the struct net_device will now point to instead of pointing to a struct netpoll. The reason for this is two-fold: 1) fields such as the rx_flags, poll_owner, and poll_lock should be maintained per net_device, not per netpoll; and 2) this is a first step in providing support for multiple netpoll clients to register against the same net_device. The struct netpoll is now pointed to by the netpoll_info structure. As such, the previous behaviour of the code is preserved. Signed-off-by: Jeff Moyer Signed-off-by: David S. Miller --- Reading git-diff-tree failed