summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nfs/nfs.h')
-rw-r--r--sys/nfs/nfs.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/nfs/nfs.h b/sys/nfs/nfs.h
index 2d009a1..e07a4f5 100644
--- a/sys/nfs/nfs.h
+++ b/sys/nfs/nfs.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 */
OpenPOWER on IntegriCloud