mm: align vmstat_work's timer
authorAnton Blanchard <anton@samba.org>
Thu, 2 Apr 2009 23:56:39 +0000 (16:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Apr 2009 02:04:48 +0000 (19:04 -0700)
commit98f4ebb290a7dca8c48f27ec1d2cab8fa7982dad
tree4bad1464ee372de6789e95cb18b56ce54dd3ef27
parentd2caa3c549c74d6476e2c29e13bd4d0e7d21c7fe
mm: align vmstat_work's timer

Even though vmstat_work is marked deferrable, there are still benefits to
aligning it.  For certain applications we want to keep OS jitter as low as
possible and aligning timers and work so they occur together can reduce
their overall impact.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/vmstat.c