summaryrefslogtreecommitdiffstats
path: root/mm/swapfile.c
diff options
context:
space:
mode:
authorWei Yang2018-12-28 09:34:36 +0100
committerLinus Torvalds2018-12-28 21:11:47 +0100
commit8b09549c2bfd9f3f8f4cdad74107ef4f4ff9cdd7 (patch)
tree4e3ea82e6fc73c3796107038877fa3fb4df4f3a3 /mm/swapfile.c
parentmm: remove managed_page_count_lock spinlock (diff)
downloadkernel-qcow2-linux-8b09549c2bfd9f3f8f4cdad74107ef4f4ff9cdd7.tar.gz
kernel-qcow2-linux-8b09549c2bfd9f3f8f4cdad74107ef4f4ff9cdd7.tar.xz
kernel-qcow2-linux-8b09549c2bfd9f3f8f4cdad74107ef4f4ff9cdd7.zip
vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is n
Commit fa5e084e43eb ("vmscan: do not unconditionally treat zones that fail zone_reclaim() as full") changed the return value of node_reclaim(). The original return value 0 means NODE_RECLAIM_SOME after this commit. While the return value of node_reclaim() when CONFIG_NUMA is n is not changed. This will leads to call zone_watermark_ok() again. This patch fixes the return value by adjusting to NODE_RECLAIM_NOSCAN. Since node_reclaim() is only called in page_alloc.c, move it to mm/internal.h. Link: http://lkml.kernel.org/r/20181113080436.22078-1-richard.weiyang@gmail.com Signed-off-by: Wei Yang <richard.weiyang@gmail.com> Acked-by: Michal Hocko <mhocko@suse.com> Reviewed-by: Matthew Wilcox <willy@infradead.org> Cc: Mel Gorman <mgorman@techsingularity.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/swapfile.c')
0 files changed, 0 insertions, 0 deletions