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

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