Re: [PATCH 2/3] mm: add find_alloc_contig_pages() interface

From: Mike Kravetz
Date: Tue Apr 17 2018 - 21:41:05 EST


On 04/17/2018 05:10 AM, kbuild test robot wrote:
> All errors (new ones prefixed by >>):
>
> In file included from include/linux/slab.h:15:0,
> from include/linux/crypto.h:24,
> from arch/x86/kernel/asm-offsets.c:9:
>>> include/linux/gfp.h:580:15: error: unknown type name 'page'
> static inline page *find_alloc_contig_pages(unsigned int order, gfp_t gfp,
> ^~~~
> include/linux/gfp.h:585:13: warning: 'free_contig_pages' defined but not used [-Wunused-function]
> static void free_contig_pages(struct page *page, unsigned long nr_pages)
> ^~~~~~~~~~~~~~~~~

Build issues fixed in updated patch below,