On (25/08/04 10:02), Askar Safin wrote: > What about this timeout solution: https://lore.kernel.org/linux-fsdevel/20250122215528.1270478-1-joannelkoong@xxxxxxxxx/ ? > Will it work? As well as I understand, currently kernel waits 20 seconds, when it tries to freeze processes when suspending. > So, what if we use this Joanne Koong's timeout patch, and set timeout to 19 seconds? I think the problem with this approach is that not all fuse connections are remote (over the network). One can use fuse to mount vfat/ntfs or even archives. Destroying those connections for suspend is unlikely to be loved by users.