Commit 9733055c authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

fuse/nodefs: remove dead code in internalLookup

parent 76c23039
......@@ -85,9 +85,6 @@ func (c *FileSystemConnector) internalLookup(out *fuse.Attr, parent *Inode, name
return c.lookupMountUpdate(out, child.mountPoint)
}
if child != nil {
parent = nil
}
if child != nil {
code = child.fsInode.GetAttr(out, nil, &header.Context)
} else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment