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

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