On Wed, 20 Feb 2013, Eric W. Biederman wrote: > Why can't the fuse filesystem freeze when there are requests pending?
It _can_ freeze (that is, the fuse daemon can). The problem is that tasks _using_ the fuse filsystem can't if the daemon doesn't respond. These tasks are stuck in uninterruptible wait states deep in the filesystem layer, probably holding important locks. They can't be frozen until the outstanding requests complete. Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/