Commit ecdc71b1 authored by Aaron Jacobs's avatar Aaron Jacobs

OpenFileOp

parent 90aee464
......@@ -232,6 +232,13 @@ func Convert(
io = to
co = &to.commonOp
case fusekernel.OpOpen:
to := &OpenFileOp{
Inode: InodeID(m.Header().Node),
}
io = to
co = &to.commonOp
case *fuseshim.OpenRequest:
if typed.Dir {
to := &OpenDirOp{
......
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