Re: Re: Re: [PATCH v6 1/3] fuse: add compound command to combine multiple requests

From: Miklos Szeredi

Date: Mon Mar 02 2026 - 08:36:55 EST


On Mon, 2 Mar 2026 at 14:19, Horst Birthelmer <horst@xxxxxxxxxxxxx> wrote:

> OK, if I have to send flags, that are only present if the fuse request
> is inside a compound then I would suggest that we preface the fuse request
> with a small compound header, where we store that information.
>
> I would not want to change the fuse request, especially not define the same
> flags for every type of fuse requests.
>
> Would that be acceptable?

Yes, a separate header is the cleanest approach,

Thanks,
Miklos