summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_suspend.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ufs/ffs/ffs_suspend.c')
-rw-r--r--sys/ufs/ffs/ffs_suspend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ffs/ffs_suspend.c b/sys/ufs/ffs/ffs_suspend.c
index 3198c1a..a8c4578 100644
--- a/sys/ufs/ffs/ffs_suspend.c
+++ b/sys/ufs/ffs/ffs_suspend.c
@@ -206,7 +206,7 @@ ffs_susp_suspend(struct mount *mp)
return (EPERM);
#endif
- if ((error = vfs_write_suspend(mp)) != 0)
+ if ((error = vfs_write_suspend(mp, VS_SKIP_UNMOUNT)) != 0)
return (error);
ump->um_writesuspended = 1;
OpenPOWER on IntegriCloud