Re: [RFC PATCH v3 3/8] fuse: store index of the variable length argument
From: Luis Henriques
Date: Sat Feb 28 2026 - 09:55:32 EST
On Fri, Feb 27 2026, Miklos Szeredi wrote:
> On Wed, 25 Feb 2026 at 12:25, Luis Henriques <luis@xxxxxxxxxx> wrote:
>>
>> Operations that have a variable length argument assume that it will always
>> be the last argument on the list. This patch allows this assumption to be
>> removed by keeping track of the index of variable length argument.
>
> Example please.
OK, I see this is probably no longer required. In v2 the changes to
FUSE_CREATE (still without using compounds) would require the 1st outarg
to be of variable length. v3 doesn't seem to require it any more and I
failed to see that. So I guess this patch can be dropped.
Cheers,
--
Luís