Fix parsing of atime, clusterr, clusterw, exec, suid, symfollow

mount options.

Noticed by:	Amir Shalem < amir at boom dot org dot il>
This commit is contained in:
Craig Rodrigues 2005-11-24 15:06:40 +00:00
parent 8334958a7f
commit b6bd025c35

View File

@ -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)