mirror of
https://github.com/xiaoqidun/symfs.git
synced 2026-09-14 15:40:02 +08:00
1 parent
eeff36d167
commit
e174d81262
1 file changed
+1
-1
@@ -43,7 +43,7 @@ func errno(err error) int {
|
||||
if sysErr, ok := err.(syscall.Errno); ok {
|
||||
return -int(sysErr)
|
||||
}
|
||||
return -int(fuse.ENOENT)
|
||||
return -int(fuse.EIO)
|
||||
}
|
||||
|
||||
// Init 初始化文件系统
|
||||
|
||||
Reference in new issue
Block a user