summaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfsargs.h
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2000-01-13 20:18:25 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2000-01-13 20:18:25 +0000
commit34ddf54812f12d73be026b938c32623ba61a489d (patch)
treea57fc703f091c3e3a8aee4b95573b3df195d21b0 /sys/nfsclient/nfsargs.h
parent278b83e09bddb181b876e55e4fac4425bcf39305 (diff)
Notes
Diffstat (limited to 'sys/nfsclient/nfsargs.h')
-rw-r--r--sys/nfsclient/nfsargs.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/nfsclient/nfsargs.h b/sys/nfsclient/nfsargs.h
index 2d009a1821bc..e07a4f5315d1 100644
--- a/sys/nfsclient/nfsargs.h
+++ b/sys/nfsclient/nfsargs.h
@@ -114,18 +114,6 @@
#endif
/*
- * Expected allocation sizes for major data structures. If the actual size
- * of the structure exceeds these sizes, then malloc() will be allocating
- * almost twice the memory required. This is used in nfs_init() to warn
- * the sysadmin that the size of a structure should be reduced.
- * (These sizes are always a power of 2. If the kernel malloc() changes
- * to one that does not allocate space in powers of 2 size, then this all
- * becomes bunk!)
- */
-#define NFS_SVCALLOC 256
-#define NFS_UIDALLOC 128
-
-/*
* Arguments to mount NFS
*/
#define NFS_ARGSVERSION 3 /* change when nfs_args changes */