]> Git Repo - linux.git/commit
mm: don't wait on congested zones in balance_pgdat()
authorZlatko Calusic <[email protected]>
Sat, 23 Feb 2013 00:34:06 +0000 (16:34 -0800)
committerLinus Torvalds <[email protected]>
Sun, 24 Feb 2013 01:50:15 +0000 (17:50 -0800)
commit258401a60c4df39332f30ef57afbc6dbf29a7e84
treea397beebf23182f77ca6e688681d79eb3181308a
parent4db0e950c5b78586bea9e1b027be849631f89a17
mm: don't wait on congested zones in balance_pgdat()

From: Zlatko Calusic <[email protected]>

Commit 92df3a723f84 ("mm: vmscan: throttle reclaim if encountering too
many dirty pages under writeback") introduced waiting on congested zones
based on a sane algorithm in shrink_inactive_list().

What this means is that there's no more need for throttling and
additional heuristics in balance_pgdat().  So, let's remove it and tidy
up the code.

Signed-off-by: Zlatko Calusic <[email protected]>
Cc: Mel Gorman <[email protected]>
Cc: Minchan Kim <[email protected]>
Cc: Johannes Weiner <[email protected]>
Cc: Rik van Riel <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/vm_event_item.h
mm/vmscan.c
mm/vmstat.c
This page took 0.060547 seconds and 4 git commands to generate.