[PATCH 05/13] mm: Allow compound zone device pages

Christoph Hellwig hch at lst.de
Wed Jun 26 22:35:00 PDT 2024


On Thu, Jun 27, 2024 at 10:54:20AM +1000, Alistair Popple wrote:
>  static struct nouveau_dmem_chunk *nouveau_page_to_chunk(struct page *page)
>  {
> -	return container_of(page->pgmap, struct nouveau_dmem_chunk, pagemap);
> +	return container_of(page_dev_pagemap(page), struct nouveau_dmem_chunk, pagemap);

Overly long line hee (and quite a few more).




More information about the linux-arm-kernel mailing list