From owner-cvs-all Sun Feb 17 13:15:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F04B037B41B; Sun, 17 Feb 2002 13:15:36 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1HLFa185835; Sun, 17 Feb 2002 13:15:36 -0800 (PST) (envelope-from phk) Message-Id: <200202172115.g1HLFa185835@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 17 Feb 2002 13:15:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c src/sys/sys vnode.h src/sys/ufs/ufs ufs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/02/17 13:15:36 PST Modified files: sys/kern vfs_subr.c sys/sys vnode.h sys/ufs/ufs ufs_vnops.c Log: Move the stuff related to select and poll out of struct vnode. The use of the zone allocator may or may not be overkill. There is an XXX: over in ufs/ufs/ufs_vnops.c that jlemon may need to revisit. This shaves about 60 bytes of struct vnode which on my laptop means 600k less RAM used for vnodes. Revision Changes Path 1.343 +43 -23 src/sys/kern/vfs_subr.c 1.170 +16 -11 src/sys/sys/vnode.h 1.184 +12 -6 src/sys/ufs/ufs/ufs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message