]> git.baikalelectronics.ru Git - kernel.git/commit
mm: vmscan: replace open codings to NUMA_NO_NODE
authorYang Shi <yang.shi@linux.alibaba.com>
Thu, 2 Apr 2020 04:10:05 +0000 (21:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 2 Apr 2020 16:35:31 +0000 (09:35 -0700)
commit6506afdc594d629dfca44384738b2a09f7fe3845
tree4053531aee54d5e778f0fb01ee7d4a7011a87e9f
parentc447d5563ab00307e6e4a50b72a3a1cef83a24a4
mm: vmscan: replace open codings to NUMA_NO_NODE

The commit 084cc5fe0efd ("mm: replace all open encodings for
NUMA_NO_NODE") did the replacement across the kernel tree, but we got
some more in vmscan.c since then.

Signed-off-by: Yang Shi <yang.shi@linux.alibaba.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com>
Acked-by: Minchan Kim <minchan@kernel.org>
Acked-by: David Rientjes <rientjes@google.com>
Link: http://lkml.kernel.org/r/1581568298-45317-1-git-send-email-yang.shi@linux.alibaba.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/vmscan.c