Don't refuse to pass the force and sync options to the kernel. The

kernel supports them, and the force option will be more important
when mounting of unclean ext2fs file systems is not permitted unless
it is forced.
This commit is contained in:
Bruce Evans 1998-09-09 16:26:51 +00:00
parent bc4d911b88
commit addb18b16d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39008

View File

@ -42,7 +42,7 @@ static char copyright[] =
static char sccsid[] = "@(#)mount_lfs.c 8.3 (Berkeley) 3/27/94";
*/
static const char rcsid[] =
"$Id: mount_ext2fs.c,v 1.7 1997/03/11 12:29:51 peter Exp $";
"$Id: mount_ext2fs.c,v 1.8 1997/03/29 03:32:36 imp Exp $";
#endif /* not lint */
#include <sys/param.h>
@ -61,6 +61,8 @@ static const char rcsid[] =
struct mntopt mopts[] = {
MOPT_STDOPTS,
MOPT_FORCE,
MOPT_SYNC,
MOPT_UPDATE,
{ NULL }
};