ipv6: use round_jiffies
authorStephen Hemminger <shemminger@vyatta.com>
Tue, 22 Jul 2008 21:34:09 +0000 (14:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Jul 2008 21:34:09 +0000 (14:34 -0700)
commitc8a4522245e9931a53a98d5160bb4c00d3f73921
tree53dfe5ef6ae5706a8ebaa90ae2ae4c84b3dc04fa
parent417f28bb340725544c36b35465444d2fd57232b8
ipv6: use round_jiffies

This timer normally happens once a minute, there is no need to cause an
early wakeup for it, so align it to next second boundary to safe power.
It can't be deferred because then it could take too long on cleanup or DoS.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_fib.c