OpenFileOp

geesefs-0-30-9
Aaron Jacobs 2015-07-24 08:12:07 +10:00
parent 90aee4644b
commit ecdc71b136
1 changed files with 7 additions and 0 deletions

View File

@ -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{