CVS: cvs.openbsd.org: src

Helg Bredow <[email protected]> Thu, 23 Jul 2026 02:46:56 -0600 (MDT)
Newsgroups gmane.os.openbsd.cvs
Message-ID <[email protected]>
CVSROOT:	/cvs
Module name:	src
Changes by:	[email protected]	2026/07/23 02:46:56

Modified files:
	lib/libfuse    : fuse_ops.c 

Log message:
File systems can provide a pointer to private data to fuse_main(3)
or fuse_new(3). However, if the file system implements init() then
this will be replaced by the return value of init(). If a file
system wants to keep the original value then it can retrieve it by
calling fuse_get_context(3).

OK claudio@