K 10 svn:author V 7 asomers K 8 svn:date V 27 2020-03-09T01:57:21.387459Z K 7 svn:log V 360 fusefs: fix fsync for files with multiple open handles We were reusing a structure for multiple operations, but failing to reinitialize one member. The result is that a server that cares about FUSE file handle IDs would see one correct FUSE_FSYNC operation, and one with the FHID unset. PR: 244431 Reported by: Agata MFC after: 2 weeks END