[NET]: Fix races in net_rx_action vs netpoll.
authorOlaf Kirch <olaf.kirch@oracle.com>
Thu, 12 Jul 2007 02:32:02 +0000 (19:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Jul 2007 02:32:02 +0000 (19:32 -0700)
Keep netpoll/poll_napi from messing with the poll_list.
Only net_rx_action is allowed to manipulate the list.

Signed-off-by: Olaf Kirch <olaf.kirch@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found