Commit 7748573a authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Only stop on ENODEV.

parent 646ae57a
......@@ -179,13 +179,8 @@ func (me *MountState) loop() {
continue
}
// According to fuse_chan_receive()
if errNo == syscall.ENODEV {
break
}
// What I see on linux-x86 2.6.35.10.
if errNo == syscall.ENOSYS {
// Unmount.
break
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment