Re: [RFC PATCH v2 0/6] fuse: LOOKUP_HANDLE operation

From: Bernd Schubert

Date: Tue Dec 16 2025 - 13:50:00 EST




On 12/16/25 01:33, Askar Safin wrote:
> On Mon, Dec 15, 2025 at 3:08 PM Luis Henriques <luis@xxxxxxxxxx> wrote:
>> No, this won't fix that. This patchset is just an attempt to be a step
>> closer to be able to restart a FUSE server. But other things will be
>> needed (including changes in the user-space server).
>
> So, fix for fuse+suspend is planned?

I have an idea about this, but this is not a one-liner and might not
work either. The hard part is wait_event() in request_wait_answer().
Probably also needs libfuse support, because libraries might complain
when they eventually reply, but the request is not there anymore. We can
work on this during my x-mas holidays (feel free to ping from next week
on), but please avoid posting about this in unrelated threads.


Thanks,
Bernd