Remove duplicate "union" from ext2_opts.
Noticed by: bde
This commit is contained in:
parent
a7aebe893d
commit
d2169cb67d
@ -117,7 +117,7 @@ static int ext2_check_sb_compat(struct ext2_super_block *es, struct cdev *dev,
|
||||
static int compute_sb_data(struct vnode * devvp,
|
||||
struct ext2_super_block * es, struct ext2_sb_info * fs);
|
||||
|
||||
static const char *ext2_opts[] = { "from", "export", "union", "acls", "exec",
|
||||
static const char *ext2_opts[] = { "from", "export", "acls", "exec",
|
||||
"noatime", "union", "suiddir", "multilabel", "nosymfollow",
|
||||
"noclusterr", "noclusterw", "force", NULL };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user