On Fri, Feb 03, 2017 at 03:59:27PM +0800, Yisheng Xie wrote: > Change the return type of isolate_movable_page() from bool to int. It > will return 0 when isolate movable page successfully, and return -EBUSY > when it isolates failed. > > There is no functional change within this patch but prepare for later > patch. > > Signed-off-by: Yisheng Xie <xieyishe...@huawei.com> > Suggested-by: Michal Hocko <mho...@kernel.org> > Suggested-by: Minchan Kim <minc...@kernel.org> Acked-by: Minchan Kim <minc...@kernel.org>
Thanks.