Commit 93a670bc authored by Aaron Jacobs's avatar Aaron Jacobs

GetInodeAttributesOp

parent f70c00c1
......@@ -58,10 +58,9 @@ func Convert(
io = to
co = &to.commonOp
case *fuseshim.GetattrRequest:
case fusekernel.OpGetattr:
to := &GetInodeAttributesOp{
bfReq: typed,
Inode: InodeID(typed.Header.Node),
Inode: InodeID(m.Header().Node),
}
io = to
co = &to.commonOp
......
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