Re: [PATCH RFC 08/12] mm/gup: Handle hugetlb for no_page_table()
From: Christoph Hellwig
Date: Thu Nov 23 2023 - 02:26:20 EST
> static struct page *no_page_table(struct vm_area_struct *vma,
> - unsigned int flags)
> + unsigned int flags, unsigned long address)
More reformatting that makes the code less readable :(
Oterwise looks good:
Reviewed-by: Christoph Hellwig <hch@xxxxxx>