commit | 49a18d86f66d33a20144ecb5a34bba0d1856b260 | [log] [tgz] |
---|---|---|
author | Michal Kubeček <mkubecek@suse.cz> | Thu Aug 01 10:04:24 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 01 14:16:20 2013 -0700 |
tree | 6c6cbdcb8d9417352a85a8c605cb06ac9b4bfc0d | |
parent | 2ac3ac8f86f2fe065d746d9a9abaca867adec577 [diff] |
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 <mkubecek@suse.cz> Signed-off-by: David S. Miller <davem@davemloft.net>