commit | 2b2842146cb4105877c2be51d3857ec61ebd4ff9 | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Sun Dec 10 02:21:28 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Sun Dec 10 09:57:22 2006 -0800 |
tree | 526e19452cecf8a3669713bc35afcfa4e23bb296 | |
parent | 44d306e1508fef6fa7a6eb15a1aba86ef68389a6 [diff] |
[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 <arjan@linux.intel.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>