mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-05 20:52:50 +08:00
disable symlink translation for now
This commit is contained in:
parent
2dc5d4adac
commit
b98c0b4bf4
@ -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…
Reference in New Issue
Block a user