mirror of
https://github.com/versity/scoutfs.git
synced 2026-04-24 15:30:29 +00:00
retry_forever() only checked scoutfs_forcing_unmount(), so a normal unmount with a network error in the commit path would loop forever. Also check scoutfs_unmounting() so the write worker can exit cleanly. Signed-off-by: Auke Kok <auke.kok@versity.com>