On Fri, 29 Aug 2025 at 17:45, Darrick J. Wong <djwong@xxxxxxxxxx> wrote: > By the way, how is libfuse supposed to use SYNC_INIT? I gather libfuse > will have to start up the background fuse workers threads to listen for > events /before/ the actual mount() call? Not necessarily before, but obviously in parallel with mount. Just needs two threads, one fires off the mount and the other the read. No other synchronizations necessary. Thanks, Miklos