lock-protected setting entry

This commit is contained in:
chrislu
2022-04-09 22:52:59 -07:00
parent 71e837d6f1
commit 261ba0208e
2 changed files with 1 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ func (i *FileHandleToInode) AcquireFileHandle(wfs *WFS, inode uint64, entry *fil
} else {
fh.counter++
}
fh.entry = entry
return fh
}