From owner-cvs-all Fri Oct 5 13: 7:12 2001 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 BBBD937B406; Fri, 5 Oct 2001 13:07:07 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95K77u62520; Fri, 5 Oct 2001 13:07:07 -0700 (PDT) (envelope-from dillon) Message-Id: <200110052007.f95K77u62520@freefall.freebsd.org> From: Matt Dillon Date: Fri, 5 Oct 2001 13:07:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_cache.c vfs_subr.c src/sys/sys vnode.h X-FreeBSD-CVS-Branch: RELENG_4 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 dillon 2001/10/05 13:07:07 PDT Modified files: (Branch: RELENG_4) sys/kern vfs_cache.c vfs_subr.c sys/sys vnode.h Log: MFC mainly vfs_subr 1.320. Attempt to remove directory vnodes from the namecache intelligently. This patch will have a real effect when vmiodirenable is turned on by default, which it will be once large-memory issues with the vnode cache are resolved. Revision Changes Path 1.42.2.6 +26 -1 src/sys/kern/vfs_cache.c 1.249.2.12 +48 -22 src/sys/kern/vfs_subr.c 1.111.2.13 +2 -1 src/sys/sys/vnode.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message