From: Duan Jiong Date: Thu, 27 Feb 2014 09:14:41 +0000 (+0800) Subject: neigh: recompute reachabletime before returning from neigh_periodic_work() X-Git-Tag: v3.14-rc6~30^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feff9ab2e7fa773b6a3965f77375fe89f7fd85cf;p=pandora-kernel.git neigh: recompute reachabletime before returning from neigh_periodic_work() If the neigh table's entries is less than gc_thresh1, the function will return directly, and the reachabletime will not be recompute, so the reachabletime can be guessed. Signed-off-by: Duan Jiong Signed-off-by: David S. Miller --- Reading git-diff-tree failed