mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
release file handle
This commit is contained in:
parent
3639fedd01
commit
554e239097
|
@ -65,5 +65,5 @@ func (wfs *WFS) Forget(nodeid, nlookup uint64) {
|
|||
wfs.inodeToPath.Forget(nodeid, nlookup, func(dir util.FullPath) {
|
||||
wfs.metaCache.DeleteFolderChildren(context.Background(), dir)
|
||||
})
|
||||
delete(wfs.fhmap.inode2fh, nodeid)
|
||||
wfs.fhmap.ReleaseByInode(nodeid)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue