Commit ccca7bbf authored by Aaron Jacobs's avatar Aaron Jacobs

GetInodeAttributesOp.Respond

parent 9e25c19f
......@@ -117,7 +117,12 @@ func (o *GetInodeAttributesOp) Respond(err error) {
return
}
panic("TODO")
resp := bazilfuse.GetattrResponse{
Attr: convertAttributes(o.Inode, o.Attributes),
AttrValid: convertExpirationTime(o.AttributesExpiration),
}
o.r.(*bazilfuse.GetattrRequest).Respond(&resp)
}
// Change attributes for an inode.
......
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