summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/umount.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/umount.c b/utils/umount.c
index 4005029f..19f79fce 100644
--- a/utils/umount.c
+++ b/utils/umount.c
@@ -235,6 +235,8 @@ do_umount (struct fs *fs)
NULL, 0,
MACH_PORT_NULL,
MACH_MSG_TYPE_COPY_SEND);
+ if (!(goaway_flags & FSYS_GOAWAY_FORCE))
+ err = 0;
if (err)
error (0, err, "%s", fs->mntent.mnt_fsname);