Re: [PATCH 10/17] jbd2: replace __get_free_pages() with kmalloc()

From: David Laight

Date: Tue May 26 2026 - 05:36:02 EST


On Mon, 25 May 2026 18:55:34 +0100
Matthew Wilcox <willy@xxxxxxxxxxxxx> wrote:

> On Mon, May 25, 2026 at 06:21:34PM +0100, David Laight wrote:
> > Would kvalloc() be more appropriate here?
>
> no
>
> > Does __get_free_pages() return physically contiguous memory?
>
> yes
>

Thankyou