Re: [PATCH 02/11] mm/migrate: move migration helper from .h to .c

2020-05-21 Thread Mike Kravetz
On 5/17/20 6:20 PM, js1...@gmail.com wrote: > From: Joonsoo Kim > > It's not performance sensitive function. Move it to .c. > This is a preparation step for future change. > > Signed-off-by: Joonsoo Kim Agreed, this is not performance sensitive and can be moved. Acked-by: Mike Kravetz --

[PATCH 02/11] mm/migrate: move migration helper from .h to .c

2020-05-17 Thread js1304
From: Joonsoo Kim It's not performance sensitive function. Move it to .c. This is a preparation step for future change. Signed-off-by: Joonsoo Kim --- include/linux/migrate.h | 33 + mm/migrate.c| 29 + 2 files changed,