aboutsummaryrefslogtreecommitdiff
path: root/weed/mount/weedfs_file_sync.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-12-05 20:20:44 -0800
committerchrislu <chris.lu@gmail.com>2022-12-05 20:20:44 -0800
commit4f15a52044fbbc664b0c49ca6eb3ac512c93e331 (patch)
tree32f17c5df1beab8ea2ea21b2e3d4f508a855875d /weed/mount/weedfs_file_sync.go
parentdac9c28d05cd61402cf5fbac42507b49b5a4f7a5 (diff)
downloadseaweedfs-origin/testing.tar.xz
seaweedfs-origin/testing.zip
temp disable lockingorigin/testing
Diffstat (limited to 'weed/mount/weedfs_file_sync.go')
-rw-r--r--weed/mount/weedfs_file_sync.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/mount/weedfs_file_sync.go b/weed/mount/weedfs_file_sync.go
index a08a37f9c..252d62466 100644
--- a/weed/mount/weedfs_file_sync.go
+++ b/weed/mount/weedfs_file_sync.go
@@ -118,8 +118,8 @@ func (wfs *WFS) doFlush(fh *FileHandle, uid, gid uint32) fuse.Status {
err := wfs.WithFilerClient(false, func(client filer_pb.SeaweedFilerClient) error {
- fh.entryLock.Lock()
- defer fh.entryLock.Unlock()
+ //fh.entryLock.Lock()
+ //defer fh.entryLock.Unlock()
entry := fh.GetEntry()
if entry == nil {