From: Pavel Emelyanov Date: Thu, 20 Dec 2007 23:49:05 +0000 (-0800) Subject: [NEIGH]: Make neigh_add_timer symmetrical to neigh_del_timer. X-Git-Tag: v2.6.25-rc1~1162^2~968 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a43d8994b959a6daeeadcd1be6d4a9045b7029ac;p=pandora-kernel.git [NEIGH]: Make neigh_add_timer symmetrical to neigh_del_timer. 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed