On 3/6/23 18:37, Matthew Wilcox wrote:
On Mon, Mar 06, 2023 at 01:01:23PM +0100, Hannes Reinecke wrote:
- page = alloc_page(gfp | __GFP_ZERO | __GFP_HIGHMEM);
- if (!page)
+ folio = folio_alloc(gfp | __GFP_ZERO, 0);
+ if (!folio)
Did you drop HIGHMEM support on purpose?
No; I thought that folios would be doing that implicitely.
Will be re-adding.
Cheers,
Hannes
--
Dr. Hannes Reinecke Kernel Storage Architect
hare@xxxxxxx +49 911 74053 688
SUSE Software Solutions GmbH, Maxfeldstr. 5, 90409 Nürnberg
HRB 36809 (AG Nürnberg), Geschäftsführer: Ivo Totev, Andrew
Myers, Andrew McDonald, Martje Boudien Moerman