aboutsummaryrefslogtreecommitdiff
path: root/weed/mount/filehandle.go
diff options
context:
space:
mode:
authorChengyu Liu <chengyu_l@126.com>2023-04-16 13:15:16 +0800
committerGitHub <noreply@github.com>2023-04-15 22:15:16 -0700
commit0f653d21531b063e9f828d9eac94e4c909f311d2 (patch)
tree782a7c7da8b47a5a6b30805010456f7f8bb219fd /weed/mount/filehandle.go
parent0122e022eac2fea92b68af89dbbe175325359771 (diff)
downloadseaweedfs-0f653d21531b063e9f828d9eac94e4c909f311d2.tar.xz
seaweedfs-0f653d21531b063e9f828d9eac94e4c909f311d2.zip
update fuse client log which should output the fh of FileHandle. (#4404)
Diffstat (limited to 'weed/mount/filehandle.go')
-rw-r--r--weed/mount/filehandle.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/mount/filehandle.go b/weed/mount/filehandle.go
index fe038a258..6513d96ba 100644
--- a/weed/mount/filehandle.go
+++ b/weed/mount/filehandle.go
@@ -27,7 +27,6 @@ type FileHandle struct {
dirtyPages *PageWriter
reader *filer.ChunkReadAt
contentType string
- handle uint64
sync.RWMutex
isDeleted bool