From: Eric Dumazet Date: Thu, 11 Jun 2009 20:10:07 +0000 (+0000) Subject: net: use a deferred timer in rt_check_expire X-Git-Tag: v2.6.31-rc1~330^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=125bb8f5637bd653244728f734bcac218986d910;p=pandora-kernel.git net: use a deferred timer in rt_check_expire For the sake of power saver lovers, use a deferrable timer to fire rt_check_expire() As some big routers cache equilibrium depends on garbage collection done in time, we take into account elapsed time between two rt_check_expire() invocations to adjust the amount of slots we have to check. Based on an initial idea and patch from Tero Kristo Signed-off-by: Eric Dumazet Signed-off-by: Tero Kristo Signed-off-by: David S. Miller --- Reading git-diff-tree failed