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:
parent
8334958a7f
commit
b6bd025c35
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user