From: Stephen Hemminger Date: Tue, 22 Jul 2008 21:34:09 +0000 (-0700) Subject: ipv6: use round_jiffies X-Git-Tag: v2.6.27-rc1~860^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8a4522245e9931a53a98d5160bb4c00d3f73921;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed