Add handling of OpFsyncdir (#98)

Co-authored-by: Vitaliy Filippov <vitalif@yourcmc.ru>
geesefs-0-30-9
Vitaliy Filippov 2021-07-26 18:24:31 +03:00 committed by GitHub
parent fac69e018f
commit 9ad8359eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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