mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-04 17:15:50 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=167580
@ -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