]> Git Repo - linux.git/commit
mm, hugetlb, soft_offline: use new_page_nodemask for soft offline migration
authorMichal Hocko <[email protected]>
Mon, 10 Jul 2017 22:49:14 +0000 (15:49 -0700)
committerLinus Torvalds <[email protected]>
Mon, 10 Jul 2017 23:32:32 +0000 (16:32 -0700)
commitef77ba5ce6b0e6b657036ee9fc455fc164b215f8
tree05afaf4c12f97bbc7fcaec9c902eaa2140b69649
parent3e59fcb0e8c1c40aecb60fa4c2d1543d6a097184
mm, hugetlb, soft_offline: use new_page_nodemask for soft offline migration

new_page is yet another duplication of the migration callback which has
to handle hugetlb migration specially.  We can safely use the generic
new_page_nodemask for the same purpose.

Please note that gigantic hugetlb pages do not need any special handling
because alloc_huge_page_nodemask will make sure to check pages in all
per node pools.  The reason this was done previously was that
alloc_huge_page_node treated NO_NUMA_NODE and a specific node
differently and so alloc_huge_page_node(nid) would check on this
specific node.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Michal Hocko <[email protected]>
Acked-by: Vlastimil Babka <[email protected]>
Reported-by: Vlastimil Babka <[email protected]>
Reviewed-by: Mike Kravetz <[email protected]>
Tested-by: Mike Kravetz <[email protected]>
Cc: Naoya Horiguchi <[email protected]>
Cc: Mel Gorman <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/memory-failure.c
This page took 0.054959 seconds and 4 git commands to generate.