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

GetInodeAttributesOp

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