commit | 179e96395b1f01e95ebe1ff5ef306b810dbbd147 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Wed Mar 22 00:08:18 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Mar 22 07:54:00 2006 -0800 |
tree | c21157905aa04dc37b531a1deaacd022932fa48e | |
parent | 8695949a1d7c99e039595db00af8e0fe4722307d [diff] |
[PATCH] vmscan: scan_control cleanup Initialise as much of scan_control as possible at the declaration site. This tidies things up a bit and assures us that all unmentioned fields are zeroed out. Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>