From owner-cvs-all Sun Oct 3 5:18:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 93A3815279; Sun, 3 Oct 1999 05:18:30 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA79372; Sun, 3 Oct 1999 05:18:30 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199910031218.FAA79372@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 3 Oct 1999 05:18:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_malloc.c vfs_cache.c vfs_lookup.c vfs_syscalls.c src/sys/miscfs/union union.h union_subr.c src/sys/nfs nfs_subs.c nfs_vnops.c src/sys/nwfs nwfs_io.c src/sys/sys namei.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/10/03 05:18:30 PDT Modified files: sys/kern kern_malloc.c vfs_cache.c vfs_lookup.c vfs_syscalls.c sys/miscfs/union union.h union_subr.c sys/nfs nfs_subs.c nfs_vnops.c sys/nwfs nwfs_io.c sys/sys namei.h Log: Before we start to mess with the VFS name-cache clean things up a little bit: Isolate the namecache in its own file, and give it a dedicated malloc type. Revision Changes Path 1.61 +2 -2 src/sys/kern/kern_malloc.c 1.41 +144 -15 src/sys/kern/vfs_cache.c 1.37 +2 -9 src/sys/kern/vfs_lookup.c 1.138 +1 -96 src/sys/kern/vfs_syscalls.c 1.16 +1 -2 src/sys/miscfs/union/union.h 1.42 +1 -6 src/sys/miscfs/union/union_subr.c 1.85 +1 -3 src/sys/nfs/nfs_subs.c 1.142 +1 -5 src/sys/nfs/nfs_vnops.c 1.2 +2 -7 src/sys/nwfs/nwfs_io.c 1.24 +1 -18 src/sys/sys/namei.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message