Commit 0fde07d9 authored by Aaron Jacobs's avatar Aaron Jacobs

Fixed some build errors in hellofs.

parent 79d87d59
......@@ -160,11 +160,11 @@ func (fs *HelloFS) LookUpInode(
}
// Copy over information.
resp.Child = childInode
resp.Attributes = gInodeInfo[childInode].attributes
resp.Entry.Child = childInode
resp.Entry.Attributes = gInodeInfo[childInode].attributes
// Patch attributes.
fs.patchAttributes(&resp.Attributes)
fs.patchAttributes(&resp.Entry.Attributes)
return
}
......
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