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:
parent
ceb8cd6464
commit
cd8c2bbe40
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user