net neigh: neigh_delete() and neigh_add() changes
authorEric Dumazet <eric.dumazet@gmail.com>
Mon, 4 Oct 2010 04:27:36 +0000 (04:27 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Oct 2010 21:54:35 +0000 (14:54 -0700)
neigh_delete() and neigh_add() dont need to touch device refcount,
we hold RTNL when calling them, so device cannot disappear under us.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found