Re: [External] Re: [PATCH] fuse: add hang check in request_wait_answer()
From: Zhang Tianci
Date: Tue Dec 23 2025 - 22:04:35 EST
Hi Joanne,
Thanks your reply,
> Does setting a timeout on fuse requests suffice for what you need?
> That will detect deadlocks and abort the connection if so.
>
The timeout mechanism does not quite meet our expectations,
because the hang state of the FUSEDaemon may recover in some ways.
We only expect an alert for the hang event, after which we can manually
handle the FUSEDaemon and attempt to recover it or abort the connection.
Thanks,
Tianci