summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver/nfsrvcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nfsserver/nfsrvcache.h')
-rw-r--r--sys/nfsserver/nfsrvcache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfsserver/nfsrvcache.h b/sys/nfsserver/nfsrvcache.h
index 266aaa9..66176f4 100644
--- a/sys/nfsserver/nfsrvcache.h
+++ b/sys/nfsserver/nfsrvcache.h
@@ -41,8 +41,8 @@
/*
* Definitions for the server recent request cache
*/
-
-#define NFSRVCACHESIZ 2048
+#define NFSRVCACHE_MAX_SIZE 2048
+#define NFSRVCACHE_MIN_SIZE 64
struct nfsrvcache {
TAILQ_ENTRY(nfsrvcache) rc_lru; /* LRU chain */
OpenPOWER on IntegriCloud