Re: [RFC PATCH v2 3/6] fuse: initial infrastructure for FUSE_LOOKUP_HANDLE support
From: Miklos Szeredi
Date: Tue Dec 16 2025 - 05:20:35 EST
On Fri, 12 Dec 2025 at 19:12, Luis Henriques <luis@xxxxxxxxxx> wrote:
>
> This patch adds the initial infrastructure to implement the LOOKUP_HANDLE
> operation. It simply defines the new operation and the extra fuse_init_out
> field to set the maximum handle size.
Since we are introducing a new op, I'd consider switching to
fuse_statx for the attributes.
Thanks,
Miklos