aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
Diffstat (limited to 'mm')
-rw-r--r--mm/vmscan.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c
index 0c33a0997907..28b0521e4bfd 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -1956,16 +1956,6 @@ static unsigned long do_try_to_free_pages(struct zonelist *zonelist,
1956 } 1956 }
1957 1957
1958out: 1958out:
1959 /*
1960 * Now that we've scanned all the zones at this priority level, note
1961 * that level within the zone so that the next thread which performs
1962 * scanning of this zone will immediately start out at this priority
1963 * level. This affects only the decision whether or not to bring
1964 * mapped pages onto the inactive list.
1965 */
1966 if (priority < 0)
1967 priority = 0;
1968
1969 delayacct_freepages_end(); 1959 delayacct_freepages_end();
1970 put_mems_allowed(); 1960 put_mems_allowed();
1971 1961