diff options
Diffstat (limited to 'weed/mount/weedfs_xattr.go')
| -rw-r--r-- | weed/mount/weedfs_xattr.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/weed/mount/weedfs_xattr.go b/weed/mount/weedfs_xattr.go index b03fa01f1..f73dd779d 100644 --- a/weed/mount/weedfs_xattr.go +++ b/weed/mount/weedfs_xattr.go @@ -111,8 +111,8 @@ func (wfs *WFS) SetXAttr(cancel <-chan struct{}, input *fuse.SetXAttrIn, attr st return fuse.ENOENT } if fh != nil { - fh.entryLock.Lock() - defer fh.entryLock.Unlock() + //fh.entryLock.Lock() + //defer fh.entryLock.Unlock() } if entry.Extended == nil { @@ -189,8 +189,8 @@ func (wfs *WFS) RemoveXAttr(cancel <-chan struct{}, header *fuse.InHeader, attr return fuse.OK } if fh != nil { - fh.entryLock.Lock() - defer fh.entryLock.Unlock() + //fh.entryLock.Lock() + //defer fh.entryLock.Unlock() } if entry.Extended == nil { |
