summaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfs_vfsops.c
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2007-10-27 16:28:05 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2007-10-27 16:28:05 +0000
commitfab2013cb70895e03381722b09866b3e54d03cb0 (patch)
treec3db97c195b727ffc5eb752a379656c82b6a6eec /sys/nfsclient/nfs_vfsops.c
parent5e8bbdf131187d337935f8c0afaa78c88cca946f (diff)
Notes
Diffstat (limited to 'sys/nfsclient/nfs_vfsops.c')
-rw-r--r--sys/nfsclient/nfs_vfsops.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/nfsclient/nfs_vfsops.c b/sys/nfsclient/nfs_vfsops.c
index 1460ae46cedb..a12370843870 100644
--- a/sys/nfsclient/nfs_vfsops.c
+++ b/sys/nfsclient/nfs_vfsops.c
@@ -705,7 +705,10 @@ nfs_decode_args(struct mount *mp, struct nfsmount *nmp, struct nfs_args *argp)
}
}
-static const char *nfs_opts[] = { "from", "nfs_args", NULL };
+static const char *nfs_opts[] = { "from", "nfs_args",
+ "noatime", "noexec", "suiddir", "nosuid", "nosymfollow", "union",
+ "noclusterr", "noclusterw", "multilabel", "acls", "force", "update",
+ "async", NULL };
/*
* VFS Operations.