Add missing "readahead" to the nfs_opts list.

PR:		151321
Tested by:	Simon Walton
MFC after:	2 weeks
This commit is contained in:
Jaakko Heinonen 2010-10-27 14:08:37 +00:00
parent f631a04d26
commit 843ab5514d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=214418

View File

@ -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 };
/*