aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfsstats.h
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>1998-06-30 03:01:37 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>1998-06-30 03:01:37 +0000
commitdf394affa248f24fd597b349ef3e04ff0e5a9476 (patch)
tree9bcfcd0c188b0d25766e1059d86c1b711f9f8cc1 /sys/nfsclient/nfsstats.h
parentec10b53530fb9531732a457f47a1072d9b68c6e6 (diff)
downloadsrc-df394affa248f24fd597b349ef3e04ff0e5a9476.tar.gz
src-df394affa248f24fd597b349ef3e04ff0e5a9476.zip
convert some nfs tunables to options, these are:
NFS_MINATTRTIMO VREG attrib cache timeout in sec NFS_MAXATTRTIMO NFS_MINDIRATTRTIMO VDIR attrib cache timeout in sec NFS_MAXDIRATTRTIMO NFS_GATHERDELAY Default write gather delay (msec) NFS_UIDHASHSIZ Tune the size of nfssvc_sock with this NFS_WDELAYHASHSIZ and with this NFS_MUIDHASHSIZ Tune the size of nfsmount with this NFS_NOSERVER (already documented in LINT) NFS_DEBUG turn on NFS debugging also, because NFS_ROOT is used by very different files, it has been renamed to opt_nfsroot.h instead of the old opt_nfs.h....
Notes
Notes: svn path=/head/; revision=37272
Diffstat (limited to 'sys/nfsclient/nfsstats.h')
-rw-r--r--sys/nfsclient/nfsstats.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/nfsclient/nfsstats.h b/sys/nfsclient/nfsstats.h
index 784df74c6913..f4c6dc126a69 100644
--- a/sys/nfsclient/nfsstats.h
+++ b/sys/nfsclient/nfsstats.h
@@ -34,12 +34,14 @@
* SUCH DAMAGE.
*
* @(#)nfs.h 8.4 (Berkeley) 5/1/95
- * $Id: nfs.h,v 1.39 1998/05/31 19:49:28 peter Exp $
+ * $Id: nfs.h,v 1.40 1998/05/31 20:08:51 peter Exp $
*/
#ifndef _NFS_NFS_H_
#define _NFS_NFS_H_
+#include "opt_nfs.h"
+
/*
* Tunable constants for nfs
*/