[NEIGH]: Make neigh_add_timer symmetrical to neigh_del_timer.
authorPavel Emelyanov <xemul@openvz.org>
Thu, 20 Dec 2007 23:49:05 +0000 (15:49 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:59:28 +0000 (14:59 -0800)
The neigh_del_timer() looks sane - it removes the timer and
(conditionally) puts the neighbor. I expected, that the
neigh_add_timer() is symmetrical to the del one - i.e. it
holds the neighbor and arms the timer - but it turned out
that it was not so.

I think, that making them look symmetrical makes the code
more readable.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/neighbour.c

Simple merge