/[base]
ViewVC logotype

Revision 358798


Jump to revision: Previous Next
Author: asomers
Date: Mon Mar 9 01:57:21 2020 UTC (4 years, 3 months ago)
Changed paths: 2
Log Message:
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


Changed paths

Path Details
Directoryhead/sys/fs/fuse/fuse_internal.c modified , text changed
Directoryhead/tests/sys/fs/fusefs/fsync.cc modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27