commit | 98f4ebb290a7dca8c48f27ec1d2cab8fa7982dad | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Thu Apr 02 16:56:39 2009 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Apr 02 19:04:48 2009 -0700 |
tree | 4bad1464ee372de6789e95cb18b56ce54dd3ef27 | |
parent | d2caa3c549c74d6476e2c29e13bd4d0e7d21c7fe [diff] |
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>