forget() factor in nlookup

This commit is contained in:
chrislu
2022-02-13 05:49:29 -08:00
parent f8af0f93d9
commit 6a921e15f3
7 changed files with 52 additions and 21 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.GetInode(entryFullPath)
inode := wfs.inodeToPath.Lookup(entryFullPath)
wfs.outputPbEntry(out, inode, newEntry)