Commit 2c1ba6d7 authored by Aaron Jacobs's avatar Aaron Jacobs

LookUpInodeOp.respond

parent 2366f698
......@@ -89,12 +89,11 @@ func (o *LookUpInodeOp) ShortDesc() (desc string) {
return
}
func (o *LookUpInodeOp) toBazilfuseResponse() (bfResp interface{}) {
func (o *LookUpInodeOp) respond() {
resp := bazilfuse.LookupResponse{}
bfResp = &resp
convertChildInodeEntry(&o.Entry, &resp)
o.bfReq.Respond(&resp)
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