summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2007-03-15 00:09:50 +0000
committerrodrigc <rodrigc@FreeBSD.org>2007-03-15 00:09:50 +0000
commita812fba5fdeb5ee0350ca50335ff1cadf6652b50 (patch)
tree42efca3f62e714f437814868818184cbc009fa96
parente985b603abd442fab42660f5dbbd6f368fbd44a1 (diff)
downloadFreeBSD-src-a812fba5fdeb5ee0350ca50335ff1cadf6652b50.zip
FreeBSD-src-a812fba5fdeb5ee0350ca50335ff1cadf6652b50.tar.gz
Add "force" to ext2_ops, to match what was in the old mount_ext2fs binary.
Reported by: Ivan Voras <ivoras fer hr>
-rw-r--r--sys/gnu/fs/ext2fs/ext2_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_vfsops.c b/sys/gnu/fs/ext2fs/ext2_vfsops.c
index 3a362a4..ab70b23 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.
OpenPOWER on IntegriCloud