Alan Somers d970778e6f 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 <chogata@gmail.com>
MFC after:	2 weeks
2020-03-09 01:57:21 +00:00
..
2020-02-16 13:16:40 +00:00
2018-08-16 22:04:00 +00:00
2018-12-06 09:22:35 +00:00
2020-02-26 04:54:50 +00:00
2020-01-29 22:37:01 +00:00
2020-02-13 14:09:09 +00:00