From: tedu Date: Sat, 24 Jul 2010 00:28:41 +0000 (+0000) Subject: mount -f doesn't help mfs, but it doesn't hurt, so stop warning about it. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d3eb38458c15e13ac21a2515324e0129b4faa2c3;p=openbsd mount -f doesn't help mfs, but it doesn't hurt, so stop warning about it. ok deraadt --- diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c index f24388f8000..b54ba2800df 100644 --- a/sbin/newfs/newfs.c +++ b/sbin/newfs/newfs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: newfs.c,v 1.86 2010/07/02 22:02:48 deraadt Exp $ */ +/* $OpenBSD: newfs.c,v 1.87 2010/07/24 00:28:41 tedu Exp $ */ /* $NetBSD: newfs.c,v 1.20 1996/05/16 07:13:03 thorpej Exp $ */ /* @@ -75,6 +75,7 @@ struct mntopt mopts[] = { MOPT_STDOPTS, MOPT_ASYNC, MOPT_UPDATE, + MOPT_FORCE, { NULL }, };