mirror of
https://github.com/versity/scoutfs.git
synced 2026-06-08 04:32:35 +00:00
Shutting down the transaction during unmount relied on the vfs unmount path to perform a sync of any remaining dirty transaction. There are ways that we can dirty a transaction during unmount after it calls the fs sync, so we try to write any remaining dirty transaction before shutting down. Signed-off-by: Zach Brown <zab@versity.com>