This commit is contained in:
Chris Lu
2020-08-30 20:59:04 -07:00
parent a41588279a
commit ae84a9ee2e

View File

@@ -152,6 +152,7 @@ func (dir *Dir) Create(ctx context.Context, req *fuse.CreateRequest,
if strings.Contains(err.Error(), "EEXIST") {
return fuse.EEXIST
}
glog.V(0).Infof("create %s/%s: %v", dir.FullPath(), req.Name, err)
return fuse.EIO
}