summaryrefslogtreecommitdiff
path: root/sys/gnu
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2006-12-19 01:36:43 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2006-12-19 01:36:43 +0000
commitb2d2689a39209b6b8904dde4ee0f994b7618b346 (patch)
tree26ecb2003f64338aac1b2bd31a8eb4c0c8512b30 /sys/gnu
parentc3f1d548cce47d291956328cdc92d5b4887a97ca (diff)
Notes
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/fs/ext2fs/ext2_vfsops.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_vfsops.c b/sys/gnu/fs/ext2fs/ext2_vfsops.c
index 7b63aee9641a..bf12bc866f31 100644
--- a/sys/gnu/fs/ext2fs/ext2_vfsops.c
+++ b/sys/gnu/fs/ext2fs/ext2_vfsops.c
@@ -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.
*