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

@@ -50,7 +50,7 @@ func (wfs *WFS) Lookup(cancel <-chan struct{}, header *fuse.InHeader, name strin
return fuse.ENOENT
}
inode := wfs.inodeToPath.GetInode(fullFilePath)
inode := wfs.inodeToPath.Lookup(fullFilePath)
wfs.outputFilerEntry(out, inode, localEntry)