Re: [PATCH] mm: migrate: add isolate_movable_page() stub implementation

2017-01-25 Thread Michal Hocko
JFYI, Yisheng Xie has already posted a new version of the patchset [1] and I assume Andrew will drop the current one. [1] http://lkml.kernel.org/r/1485356738-4831-1-git-send-email-ys...@foxmail.com On Wed 25-01-17 23:27:38, Arnd Bergmann wrote: > Without CONFIG_MIGRATION, we get a build failure w

[PATCH] mm: migrate: add isolate_movable_page() stub implementation

2017-01-25 Thread Arnd Bergmann
Without CONFIG_MIGRATION, we get a build failure when trying to call isolate_movable_page(): mm/memory-failure.c: In function '__soft_offline_page': mm/memory-failure.c:1656:10: error: implicit declaration of function 'isolate_movable_page';did you mean 'isolate_huge_page'? [-Werror=implicit-fun