]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit1ee7d1f1ca1b4b8249d5b3bd1ee53e30a4d996f6
treec21157905aa04dc37b531a1deaacd022932fa48e
parentbebedb710f7a6da53639483d2bfe02b14884f13f
[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