summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ffs/ffs_vfsops.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c
index 10c5bcd..04c4dba 100644
--- a/sys/ufs/ffs/ffs_vfsops.c
+++ b/sys/ufs/ffs/ffs_vfsops.c
@@ -116,10 +116,10 @@ static struct buf_ops ffs_ops = {
.bop_sync = bufsync,
};
-static const char *ffs_opts[] = { "acls", "async", "errmsg", "export",
- "force", "from", "multilabel", "noasync", "noatime", "noclusterr",
- "noclusterw", "noexec", "nosuid", "nosymfollow", "snapshot", "sync",
- "suiddir", "update", "union", NULL };
+static const char *ffs_opts[] = { "acls", "async", "atime", "clusterr",
+ "clusterw", "exec", "errmsg", "export", "force", "from", "multilabel",
+ "snapshot", "suid", "suiddir", "symfollow", "sync",
+ "update", "union", NULL };
static int
ffs_mount(struct mount *mp, struct thread *td)
OpenPOWER on IntegriCloud