mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-18 20:47:56 +08:00
disable symlink translation for now
This commit is contained in:
@@ -17,7 +17,7 @@ func (wfs *WFS) GetAttr(cancel <-chan struct{}, input *fuse.GetAttrIn, out *fuse
|
|||||||
}
|
}
|
||||||
|
|
||||||
inode := input.NodeId
|
inode := input.NodeId
|
||||||
_, _, entry, inode, status := wfs.maybeReadEntry(inode, true)
|
_, _, entry, inode, status := wfs.maybeReadEntry(inode, false)
|
||||||
if status == fuse.OK {
|
if status == fuse.OK {
|
||||||
out.AttrValid = 1
|
out.AttrValid = 1
|
||||||
wfs.setAttrByPbEntry(&out.Attr, inode, entry)
|
wfs.setAttrByPbEntry(&out.Attr, inode, entry)
|
||||||
|
Reference in New Issue
Block a user