summaryrefslogtreecommitdiff
path: root/sys/nfs
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-08-19 18:16:32 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-08-19 18:16:32 +0000
commit606bfd5f4edb4d89b73a6100d272572cba4dfc92 (patch)
tree410864b257c799cf1138f5644f5f8f8367fcf5a1 /sys/nfs
parent7a06ad34fac2e29b1f100704090f80aa8a2094f2 (diff)
Remove some more.
Diffstat (limited to 'sys/nfs')
-rw-r--r--sys/nfs/nfs.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/sys/nfs/nfs.h b/sys/nfs/nfs.h
index e1574056d34..5addd30240d 100644
--- a/sys/nfs/nfs.h
+++ b/sys/nfs/nfs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs.h,v 1.11 2001/06/25 03:28:05 csapuntz Exp $ */
+/* $OpenBSD: nfs.h,v 1.12 2001/08/19 18:16:31 art Exp $ */
/* $NetBSD: nfs.h,v 1.10.4.1 1996/05/27 11:23:56 fvdl Exp $ */
/*
@@ -136,20 +136,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_NODEALLOC 256
-#define NFS_MNTALLOC 512
-#define NFS_SVCALLOC 256
-#define NFS_UIDALLOC 128
-
-/*
* Structures for the nfssvc(2) syscall. Not that anyone but nfsd and mount_nfs
* should ever try and use it.
*/