From 8fd593553704b80bed4d4917738fc12e0a608011 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Sun, 10 Sep 2023 17:30:09 -0400 Subject: Ensure fuse filesystems unmount correctly Signed-off-by: Kent Overstreet --- common/rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/rc b/common/rc index 524ffa02..f5c17dd9 100644 --- a/common/rc +++ b/common/rc @@ -315,6 +315,9 @@ _scratch_unmount() btrfs) $UMOUNT_PROG $SCRATCH_MNT ;; + fuse.*) + $UMOUNT_PROG $SCRATCH_MNT + ;; *) $UMOUNT_PROG $SCRATCH_DEV ;; -- cgit v1.2.3