[PATCH] vmscan: scan_control cleanup
authorAndrew Morton <akpm@osdl.org>
Wed, 22 Mar 2006 08:08:18 +0000 (00:08 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 22 Mar 2006 15:54:00 +0000 (07:54 -0800)
commit179e96395b1f01e95ebe1ff5ef306b810dbbd147
treec21157905aa04dc37b531a1deaacd022932fa48e
parent8695949a1d7c99e039595db00af8e0fe4722307d
[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>
mm/vmscan.c