From cd8c2bbe40c302ee5a9abf4be211449a3c5ac30c Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Thu, 15 Mar 2007 00:09:50 +0000 Subject: [PATCH] Add "force" to ext2_ops, to match what was in the old mount_ext2fs binary. Reported by: Ivan Voras --- sys/gnu/fs/ext2fs/ext2_vfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/gnu/fs/ext2fs/ext2_vfsops.c b/sys/gnu/fs/ext2fs/ext2_vfsops.c index 3a362a49ddb..ab70b23f803 100644 --- a/sys/gnu/fs/ext2fs/ext2_vfsops.c +++ b/sys/gnu/fs/ext2fs/ext2_vfsops.c @@ -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.