Fixed some build errors in hellofs.

geesefs-0-30-9
Aaron Jacobs 2015-03-03 10:58:54 +11:00
parent 79d87d5956
commit 0fde07d9fe
1 changed files with 3 additions and 3 deletions

View File

@ -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
}