Browse Source

disable symlink translation for now

pull/3354/head
chrislu 2 years ago
parent
commit
b98c0b4bf4
  1. 2
      weed/mount/weedfs_attr.go

2
weed/mount/weedfs_attr.go

@ -17,7 +17,7 @@ func (wfs *WFS) GetAttr(cancel <-chan struct{}, input *fuse.GetAttrIn, out *fuse
}
inode := input.NodeId
_, _, entry, inode, status := wfs.maybeReadEntry(inode, true)
_, _, entry, inode, status := wfs.maybeReadEntry(inode, false)
if status == fuse.OK {
out.AttrValid = 1
wfs.setAttrByPbEntry(&out.Attr, inode, entry)

Loading…
Cancel
Save