Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: net/ipv4/arp.c The net/ipv4/arp.c conflict was one commit adding a new local variable while another commit was deleting one. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -4723,6 +4723,8 @@ void napi_disable(struct napi_struct *n)
|
||||
|
||||
while (test_and_set_bit(NAPI_STATE_SCHED, &n->state))
|
||||
msleep(1);
|
||||
while (test_and_set_bit(NAPI_STATE_NPSVC, &n->state))
|
||||
msleep(1);
|
||||
|
||||
hrtimer_cancel(&n->timer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user