Remove duplicate "union" from ext2_opts.

Noticed by:	bde
This commit is contained in:
Craig Rodrigues 2007-10-27 16:14:33 +00:00
parent a7aebe893d
commit d2169cb67d

View File

@ -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 };