summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2005-11-24 15:06:40 +0000
committerrodrigc <rodrigc@FreeBSD.org>2005-11-24 15:06:40 +0000
commit5083db626b81a09cbc29da510746b2764af77d88 (patch)
tree098dc1c1c0ce9947e9cfce2a527e8d6f1a332b65 /sys/ufs
parentee7f1faad288d85d705ba10bfc0a7e63ca7b9ad5 (diff)
downloadFreeBSD-src-5083db626b81a09cbc29da510746b2764af77d88.zip
FreeBSD-src-5083db626b81a09cbc29da510746b2764af77d88.tar.gz
Fix parsing of atime, clusterr, clusterw, exec, suid, symfollow
mount options. Noticed by: Amir Shalem < amir at boom dot org dot il>
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