From: Michal Kubeček Date: Thu, 1 Aug 2013 08:04:24 +0000 (+0200) Subject: ipv6: update ip6_rt_last_gc every time GC is run X-Git-Tag: v3.11-rc4~5^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49a18d86f66d33a20144ecb5a34bba0d1856b260;p=pandora-kernel.git ipv6: update ip6_rt_last_gc every time GC is run As pointed out by Eric Dumazet, net->ipv6.ip6_rt_last_gc should hold the last time garbage collector was run so that we should update it whenever fib6_run_gc() calls fib6_clean_all(), not only if we got there from ip6_dst_gc(). Signed-off-by: Michal Kubecek Signed-off-by: David S. Miller --- Reading git-diff-tree failed