Re: [PATCH 2/3] mm, migrate: remove reason argument from new_page_t

2018-01-03 Thread Anshuman Khandual
On 01/03/2018 07:39 PM, Michal Hocko wrote: > On Wed 03-01-18 19:30:38, Anshuman Khandual wrote: >> On 01/03/2018 01:55 PM, Michal Hocko wrote: >>> From: Michal Hocko >>> >>> No allocation callback is using this argument anymore. new_page_node >>> used to use this parameter to convey node_id resp.

Re: [PATCH 2/3] mm, migrate: remove reason argument from new_page_t

2018-01-03 Thread Michal Hocko
On Wed 03-01-18 19:30:38, Anshuman Khandual wrote: > On 01/03/2018 01:55 PM, Michal Hocko wrote: > > From: Michal Hocko > > > > No allocation callback is using this argument anymore. new_page_node > > used to use this parameter to convey node_id resp. migration error > > up to move_pages code (do

Re: [PATCH 2/3] mm, migrate: remove reason argument from new_page_t

2018-01-03 Thread Anshuman Khandual
On 01/03/2018 01:55 PM, Michal Hocko wrote: > From: Michal Hocko > > No allocation callback is using this argument anymore. new_page_node > used to use this parameter to convey node_id resp. migration error > up to move_pages code (do_move_page_to_node_array). The error status > never made it int

Re: [PATCH 2/3] mm, migrate: remove reason argument from new_page_t

2018-01-03 Thread Michal Hocko
Ups, this one is missing so it should be foleded in. --- >From a6f412a700a20ffee3ff3839eae8a0f891332f8a Mon Sep 17 00:00:00 2001 From: Michal Hocko Date: Wed, 3 Jan 2018 10:00:16 +0100 Subject: [PATCH] fold me "mm, migrate: remove reason argument from new_page_t" - fix new_iommu_non_cma_page left