Add "force" to ext2_ops, to match what was in the old mount_ext2fs binary.

Reported by:	Ivan Voras <ivoras fer hr>
This commit is contained in:
Craig Rodrigues 2007-03-15 00:09:50 +00:00
parent ceb8cd6464
commit cd8c2bbe40
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=167580

View File

@ -119,7 +119,7 @@ static int compute_sb_data(struct vnode * devvp,
static const char *ext2_opts[] = { "from", "export", "union", "acls", "exec",
"atime", "union", "suiddir", "multilabel", "symfollow", "clusterr",
"clusterw" };
"clusterw", "force" };
/*
* VFS Operations.