From: Arjan van de Ven Date: Sun, 10 Dec 2006 10:21:28 +0000 (-0800) Subject: [PATCH] user of the jiffies rounding patch: Slab X-Git-Tag: v2.6.20-rc1~145^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b2842146cb4105877c2be51d3857ec61ebd4ff9;p=pandora-kernel.git [PATCH] user of the jiffies rounding patch: Slab This patch introduces users of the round_jiffies() function in the slab code. The slab code has a few "run every second" timers for background work; these are obviously not timing critical as long as they happen roughly at the right frequency. Signed-off-by: Arjan van de Ven Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed