Re: [PATCH 12/17] fuse: replace __get_free_page() with kmalloc()
From: Miklos Szeredi
Date: Tue May 26 2026 - 11:43:51 EST
On Sat, 23 May 2026 at 19:56, Mike Rapoport (Microsoft) <rppt@xxxxxxxxxx> wrote:
>
> fuse_do_ioctl allocates memory for struct iov array using
> __get_free_page().
>
> kmalloc() is a better API for such use and it also provides better
> scalability and more debugging possibilities.
>
> Replace use of __get_free_page() with kmalloc().
>
> Signed-off-by: Mike Rapoport (Microsoft) <rppt@xxxxxxxxxx>
Acked-by: Miklos Szeredi <mszeredi@xxxxxxxxxx>
Thanks,
Miklos