aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_ifs/mount_ufs.c
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-05-12 23:39:15 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-05-12 23:39:15 +0000
commite83d87f1fc98e1b71bfda89ff73ed3df134bdf0d (patch)
tree844ccdf7ba058709be8b5f5a60b694aaaa09e760 /sbin/mount_ifs/mount_ufs.c
parent404abd2138bfaadbf2fb9a8270a5b4d9019fde86 (diff)
downloadsrc-e83d87f1fc98e1b71bfda89ff73ed3df134bdf0d.tar.gz
src-e83d87f1fc98e1b71bfda89ff73ed3df134bdf0d.zip
Fix force flag: It is not a "negative" flag. Add MNT_FORCE to the acceptable
options for UFS (which fixes another bug).
Notes
Notes: svn path=/head/; revision=8487
Diffstat (limited to 'sbin/mount_ifs/mount_ufs.c')
-rw-r--r--sbin/mount_ifs/mount_ufs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/mount_ifs/mount_ufs.c b/sbin/mount_ifs/mount_ufs.c
index 48be22220d1e..500a9777cc3f 100644
--- a/sbin/mount_ifs/mount_ufs.c
+++ b/sbin/mount_ifs/mount_ufs.c
@@ -59,6 +59,7 @@ static struct mntopt mopts[] = {
MOPT_STDOPTS,
MOPT_ASYNC,
MOPT_SYNC,
+ MOPT_FORCE,
MOPT_UPDATE,
MOPT_UQUOTA,
MOPT_GQUOTA,