diff options
| author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2006-11-18 18:22:11 +0000 |
|---|---|---|
| committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2006-11-18 18:22:11 +0000 |
| commit | ba8e255297c3fd69d97670b302357602a7b7353e (patch) | |
| tree | 56172ce3445bda609d04e0706d6069fe89ad15b9 /sys | |
| parent | 5140328ad3cf918a8dfa99cad83b25840b52f2f0 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/gnu/fs/ext2fs/ext2_vfsops.c | 5 |
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 c1b58cb23353..4168f911797d 100644 --- a/sys/gnu/fs/ext2fs/ext2_vfsops.c +++ b/sys/gnu/fs/ext2fs/ext2_vfsops.c @@ -119,7 +119,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. * |
