From owner-cvs-all Sun May 24 07:47:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA25520 for cvs-all-outgoing; Sun, 24 May 1998 07:47:07 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA25515; Sun, 24 May 1998 07:47:05 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA24955; Sun, 24 May 1998 07:41:58 -0700 (PDT) Date: Sun, 24 May 1998 07:41:58 -0700 (PDT) Message-Id: <199805241441.HAA24955@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/nfs nfs.h nfs_node.c nfs_nqlease.c nfs_subs.c nfs_vfsops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/05/24 07:41:58 PDT Modified files: sys/nfs nfs.h nfs_node.c nfs_nqlease.c nfs_subs.c nfs_vfsops.c Log: Convert a couple of large allocations to use zones rather than malloc for better packing. This means that we can choose better values for the various hash entries without having to try and get it all to fit within an artificial power of two limit for malloc's sake. Revision Changes Path 1.36 +6 -4 src/sys/nfs/nfs.h 1.27 +9 -14 src/sys/nfs/nfs_node.c 1.35 +4 -2 src/sys/nfs/nfs_nqlease.c 1.55 +3 -9 src/sys/nfs/nfs_subs.c 1.63 +8 -6 src/sys/nfs/nfs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message