diff --git a/conversions.go b/conversions.go index b480dbd..6c3d64a 100644 --- a/conversions.go +++ b/conversions.go @@ -358,7 +358,7 @@ func convertInMessage( OpContext: fuseops.OpContext{Pid: inMsg.Header().Pid}, } - case fusekernel.OpFsync: + case fusekernel.OpFsync, fusekernel.OpFsyncdir: type input fusekernel.FsyncIn in := (*input)(inMsg.Consume(unsafe.Sizeof(input{}))) if in == nil {