Skip to content

passthrough: Reset config on FUSE_DESTROY

Sebastian Hasler requested to merge haslersn/virtiofsd:reset-bools into main

PassthroughFs::{writeback, announce_submounts} are set (as the circumstances require) in init(). Therefore, we also reset them in destroy(). Without this commit, those variables would always be set after they're set once. This might be undesired when the caller calls destroy() and then init() with deviating FsOptions.

Merge request reports