aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorMel Gorman <[email protected]>2013-07-03 15:01:58 -0700
committerLinus Torvalds <[email protected]>2013-07-03 16:07:29 -0700
commitb1a6f21e3b2315d46ae8af88a8f4eb8ea2763107 (patch)
tree6e4a9a45085f465d56f1d695f6b1eb0b02d7c1cc /tools/perf/scripts/python/bin
parente2be15f6c3eecedfbe1550cca8d72c5057abbbd2 (diff)
mm: vmscan: stall page reclaim after a list of pages have been processed
Commit "mm: vmscan: Block kswapd if it is encountering pages under writeback" blocks page reclaim if it encounters pages under writeback marked for immediate reclaim. It blocks while pages are still isolated from the LRU which is unnecessary. This patch defers the blocking until after the isolated pages have been processed and tidies up some of the comments. Signed-off-by: Mel Gorman <[email protected]> Cc: Johannes Weiner <[email protected]> Cc: Michal Hocko <[email protected]> Cc: Rik van Riel <[email protected]> Cc: KAMEZAWA Hiroyuki <[email protected]> Cc: Jiri Slaby <[email protected]> Cc: Valdis Kletnieks <[email protected]> Cc: Zlatko Calusic <[email protected]> Cc: dormando <[email protected]> Cc: Trond Myklebust <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions