Re: [PATCH v3 03/12] mm/filemap: Add helper for finding pages

From: Christoph Hellwig
Date: Tue Oct 27 2020 - 14:56:51 EST


> +static inline struct page *xas_find_get_entry(struct xa_state *xas,
> + pgoff_t max, xa_mark_t mark)

I'd expect the xas_ prefix for function from xarray.h. Maybe this
wants a better name?