netpoll: Consolidate neigh_tx processing in service_neigh_queue
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 15 Mar 2014 03:50:25 +0000 (20:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Mar 2014 19:47:23 +0000 (15:47 -0400)
commit18b37535f861b7eb053040b0b9502331a781c782
tree38c924b99d68c77255595140880b61c4542fa866
parentad8d475244b4112a0f5331e78d043d3a4c9eb37e
netpoll: Consolidate neigh_tx processing in service_neigh_queue

Move the bond slave device neigh_tx handling into service_neigh_queue.

In connection with neigh_tx processing remove unnecessary tests of
a NULL netpoll_info.  As the netpoll_poll_dev has already used
and thus verified the existince of the netpoll_info.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/netpoll.c