Re: [RFC PATCH v3 6/8] fuse: implementation of lookup_handle+statx compound operation
From: Miklos Szeredi
Date: Thu Feb 26 2026 - 11:01:26 EST
On Thu, 26 Feb 2026 at 16:07, Luis Henriques <luis@xxxxxxxxxx> wrote:
> Are you saying that outargs should also use extensions for getting the
> file handle in a lookup_handle?
No.
I'm saying that extend_arg() thing is messy and a using vectored args
for extensions (same as we do for normal input arguments) might be
better.
Thanks,
Miklos