aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBernd Schubert <bernd@bsbernd.com>2025-09-22 10:46:46 +0200
committerBernd Schubert <bernd@bsbernd.com>2025-09-22 13:48:33 +0200
commit59cf26a2d778b88819db528c67141b788a8b48a1 (patch)
treec179339f1af79d6b5eff6e5de69e452ac000ee25 /test
parent30bf3c86a933887407da901a05d726cebf6c5793 (diff)
downloadlibfuse-59cf26a2d778b88819db528c67141b788a8b48a1.tar.gz
FUSE_INIT handler: Set got_init only shortly before send_reply_ok
A previous commit added single thread behavior as long as se->got_init is not set, especially as buffer allocation should be done after got_init only. Technically it should not make a difference in current libfuse design, as more worker threads are only allocated after the FUSE_INIT handler is completely done. That might at some point change, though. In general it is cleaner to set se->got_init, when the init handler is done. Done as separate commit, as this introduces a slight risk to break something - backport to older version should be done carefully. Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions