/[base]
ViewVC logotype

Revision 359213


Jump to revision: Previous Next
Author: asomers
Date: Sun Mar 22 15:16:59 2020 UTC (4 years, 3 months ago)
Changed paths: 3
Log Message:
MFC r358798:

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>


Changed paths

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

  ViewVC Help
Powered by ViewVC 1.1.27