From owner-freebsd-hackers Tue Oct 16 16:22:36 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id AD85437B405 for ; Tue, 16 Oct 2001 16:22:32 -0700 (PDT) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id f9GNMN347493; Tue, 16 Oct 2001 16:22:23 -0700 (PDT) (envelope-from dillon) Date: Tue, 16 Oct 2001 16:22:23 -0700 (PDT) From: Matthew Dillon Message-Id: <200110162322.f9GNMN347493@apollo.backplane.com> To: Kirk McKusick Cc: freebsd-hackers@freebsd.org Subject: Need post-commit review of vnode freelist cleanup MFC (on -stable) Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In particular, the changes to vfs_subr.c. I've gone over it a bunch of times and done some significant testing, but it doesn't hurt to have other eyes take a look at it as well. -Matt Matthew Dillon dillon 2001/10/16 16:16:25 PDT Modified files: (Branch: RELENG_4) sys/kern vfs_subr.c sys/sys vnode.h sys/vm vm_page.c Log: MFC kern/vfs_subr.c 1.263, sys/vnode.h 1.118, vm/vm_page.c 1.153. This MFCs Kirk's vnode freelist cleanup commit from July 2000 in preparation for further work that will eventually make kern.maxvnodes actually do something. Revision Changes Path 1.249.2.16 +27 -69 src/sys/kern/vfs_subr.c 1.111.2.14 +3 -6 src/sys/sys/vnode.h 1.147.2.10 +2 -6 src/sys/vm/vm_page.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message