count lookup or not

This commit is contained in:
chrislu
2022-02-16 16:49:03 -08:00
parent a129bda7d9
commit 6ac066d1dc
6 changed files with 14 additions and 8 deletions

View File

@@ -71,7 +71,7 @@ func (wfs *WFS) Mkdir(cancel <-chan struct{}, in *fuse.MkdirIn, name string, out
return fuse.EIO
}
inode := wfs.inodeToPath.Lookup(entryFullPath, true)
inode := wfs.inodeToPath.Lookup(entryFullPath, true, true)
wfs.outputPbEntry(out, inode, newEntry)