MFC 1.160: Add more mount options to ext2_ops, so that vfs_filteropts()

will accept options like "noatime" for ext2fs.

PR:		105483
Noticed by:	Dr. Markus Waldeck <waldeck gmx de>
This commit is contained in:
rodrigc 2006-12-19 01:36:43 +00:00
parent 2c99ef01e6
commit 7bae0d1159

View File

@ -118,7 +118,10 @@ 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" };
static const char *ext2_opts[] = { "from", "export", "union", "acls", "exec",
"atime", "union", "suiddir", "multilabel", "symfollow", "clusterr",
"clusterw" };
/*
* VFS Operations.
*