Index: gnu/fs/ext2fs/ext2_vfsops.c =================================================================== RCS file: /usr/cvs/src/sys/gnu/fs/ext2fs/ext2_vfsops.c,v retrieving revision 1.170 diff -u -r1.170 ext2_vfsops.c --- gnu/fs/ext2fs/ext2_vfsops.c 24 Jan 2008 12:34:27 -0000 1.170 +++ gnu/fs/ext2fs/ext2_vfsops.c 26 Mar 2008 20:40:02 -0000 @@ -117,7 +117,7 @@ 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", "acls", "exec", +static const char *ext2_opts[] = { "from", "export", "acls", "noexec", "noatime", "union", "suiddir", "multilabel", "nosymfollow", "noclusterr", "noclusterw", "force", NULL }; Index: ufs/ffs/ffs_vfsops.c =================================================================== RCS file: /usr/cvs/src/sys/ufs/ffs/ffs_vfsops.c,v retrieving revision 1.338 diff -u -r1.338 ffs_vfsops.c --- ufs/ffs/ffs_vfsops.c 5 Mar 2008 16:34:03 -0000 1.338 +++ ufs/ffs/ffs_vfsops.c 26 Mar 2008 20:37:10 -0000 @@ -122,9 +122,9 @@ #endif }; -static const char *ffs_opts[] = { "acls", "async", "atime", "clusterr", - "clusterw", "exec", "export", "force", "from", "multilabel", - "snapshot", "suid", "suiddir", "symfollow", "sync", +static const char *ffs_opts[] = { "acls", "async", "noatime", "noclusterr", + "noclusterw", "noexec", "export", "force", "from", "multilabel", + "snapshot", "nosuid", "suiddir", "nosymfollow", "sync", "union", NULL }; static int