]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] vmscan: remove duplicate increment of reclaim_in_progress
authorChristoph Lameter <clameter@engr.sgi.com>
Sun, 12 Feb 2006 01:55:54 +0000 (17:55 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 12 Feb 2006 05:41:11 +0000 (21:41 -0800)
commit072eaa5d9cc3e63f567ffd9ad87b36194fdd8010
tree27b4acaea0ed57a839148e8d33d7ea5952c704d1
parent80e4342601abfafacb5f20571e40b56d73d10819
[PATCH] vmscan: remove duplicate increment of reclaim_in_progress

shrink_zone() already increments reclaim_in_progress.  No need to do it in
balance_pgdat.

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