Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the notification pipe for squashfuse in case of failure
The following scenario now correctly sends a failure notification to the pipe: ``` $ mkfifo /tmp/notify_pipe $ cat /tmp/notify_pipe ``` then run squashfuse: ``` $ ./squashfuse -o notify_pipe=/tmp/notify_pipe /dev/null /mnt ``` This fix only applies to squashfuse, squashfuse_ll was behaving as expected. Fixes #112
- Loading branch information