Re: [PATCH net-2.6.25][NEIGH] Make neigh_add_timer symmetrical to neigh_del_timer

2007-12-20 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Thu, 20 Dec 2007 12:50:37 +0300 > 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 time

[PATCH net-2.6.25][NEIGH] Make neigh_add_timer symmetrical to neigh_del_timer

2007-12-20 Thread Pavel Emelyanov
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 mak