summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
diff options
context:
space:
mode:
authorjh <jh@FreeBSD.org>2010-10-27 14:08:37 +0000
committerjh <jh@FreeBSD.org>2010-10-27 14:08:37 +0000
commit46c1ac7c050a87f600b034b3597fef3b87ba69ed (patch)
tree68e91a8c13893e18eae2b4c3c475640ed0a9bfd1 /sys/nfsclient
parent36d0383b331b93f20a61c10f29dd9a26069a8a31 (diff)
downloadFreeBSD-src-46c1ac7c050a87f600b034b3597fef3b87ba69ed.zip
FreeBSD-src-46c1ac7c050a87f600b034b3597fef3b87ba69ed.tar.gz
Add missing "readahead" to the nfs_opts list.
PR: 151321 Tested by: Simon Walton MFC after: 2 weeks
Diffstat (limited to 'sys/nfsclient')
-rw-r--r--sys/nfsclient/nfs_vfsops.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/nfsclient/nfs_vfsops.c b/sys/nfsclient/nfs_vfsops.c
index fd50ca8..52f5bfc 100644
--- a/sys/nfsclient/nfs_vfsops.c
+++ b/sys/nfsclient/nfs_vfsops.c
@@ -779,10 +779,10 @@ static const char *nfs_opts[] = { "from", "nfs_args",
"noatime", "noexec", "suiddir", "nosuid", "nosymfollow", "union",
"noclusterr", "noclusterw", "multilabel", "acls", "force", "update",
"async", "dumbtimer", "noconn", "nolockd", "intr", "rdirplus", "resvport",
- "readdirsize", "soft", "hard", "mntudp", "tcp", "udp", "wsize", "rsize",
- "retrans", "acregmin", "acregmax", "acdirmin", "acdirmax",
- "deadthresh", "hostname", "timeout", "addr", "fh", "nfsv3", "sec",
- "maxgroups", "principal", "negnametimeo",
+ "readahead", "readdirsize", "soft", "hard", "mntudp", "tcp", "udp",
+ "wsize", "rsize", "retrans", "acregmin", "acregmax", "acdirmin",
+ "acdirmax", "deadthresh", "hostname", "timeout", "addr", "fh", "nfsv3",
+ "sec", "maxgroups", "principal", "negnametimeo",
NULL };
/*
OpenPOWER on IntegriCloud