update fuse client log which should output the fh of FileHandle. (#4404)

This commit is contained in:
Chengyu Liu
2023-04-16 13:15:16 +08:00
committed by GitHub
parent 0122e022ea
commit 0f653d2153
2 changed files with 2 additions and 3 deletions

View File

@@ -27,7 +27,6 @@ type FileHandle struct {
dirtyPages *PageWriter
reader *filer.ChunkReadAt
contentType string
handle uint64
sync.RWMutex
isDeleted bool