Re: [PATCH 4/4] mm/gup: use a standard migration target allocation callback

2020-07-15 Thread Michal Hocko
On Wed 15-07-20 14:05:29, Joonsoo Kim wrote: > From: Joonsoo Kim > > There is a well-defined migration target allocation callback. Use it. > > Acked-by: Vlastimil Babka > Signed-off-by: Joonsoo Kim Acked-by: Michal Hocko > --- > mm/gup.c | 54

[PATCH 4/4] mm/gup: use a standard migration target allocation callback

2020-07-14 Thread js1304
From: Joonsoo Kim There is a well-defined migration target allocation callback. Use it. Acked-by: Vlastimil Babka Signed-off-by: Joonsoo Kim --- mm/gup.c | 54 ++ 1 file changed, 6 insertions(+), 48 deletions(-) diff --git a/mm/gup.c