• M
    mm: vmscan: do not scale writeback pages when deciding whether to set ZONE_WRITEBACK · 918fc718
    Mel Gorman 提交于
    After the patch "mm: vmscan: Flatten kswapd priority loop" was merged
    the scanning priority of kswapd changed.
    
    The priority now rises until it is scanning enough pages to meet the
    high watermark.  shrink_inactive_list sets ZONE_WRITEBACK if a number of
    pages were encountered under writeback but this value is scaled based on
    the priority.  As kswapd frequently scans with a higher priority now it
    is relatively easy to set ZONE_WRITEBACK.  This patch removes the
    scaling and treates writeback pages similar to how it treats unqueued
    dirty pages and congested pages.  The user-visible effect should be that
    kswapd will writeback fewer pages from reclaim context.
    Signed-off-by: NMel Gorman <mgorman@suse.de>
    Cc: Rik van Riel <riel@redhat.com>
    Cc: Johannes Weiner <hannes@cmpxchg.org>
    Cc: Michal Hocko <mhocko@suse.cz>
    Cc: Dave Chinner <david@fromorbit.com>
    Cc: Kamezawa Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
    Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
    918fc718
vmscan.c 105.9 KB