Re: [PATCH 2/2] fuse: Adjust readdir() buffer to requesting buffer size.

From: Jaco Kroon
Date: Wed Apr 02 2025 - 03:55:25 EST


Hi,

I can definitely build on that, thank you.

What's the advantage of kvmalloc over folio's here, why should it be preferred?

Kind regards,
Jaco

On 2025/04/01 17:33, Miklos Szeredi wrote:
On Tue, 1 Apr 2025 at 17:04, Jaco Kroon <jaco@xxxxxxxxx> wrote:

Because fuse_simple_request via fuse_args_pages (ap) via fuse_io_args
(ia) expects folios and changing that is more than what I'm capable off,
and has larger overall impact.
Attaching a minimally tested patch.

Thanks,
Miklos