From owner-cvs-all Thu Oct 25 12:19: 3 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 DC28337B401; Thu, 25 Oct 2001 12:18:55 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9PJItb84044; Thu, 25 Oct 2001 12:18:55 -0700 (PDT) (envelope-from dillon) Message-Id: <200110251918.f9PJItb84044@freefall.freebsd.org> From: Matt Dillon Date: Thu, 25 Oct 2001 12:18:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/coda coda_subr.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/gnu/ext2fs ext2_vfsops.c src/sys/kern vfs_subr.c vfs_syscalls.c src/sys/miscfs/union union_vfsops.c src/sys/msdosfs msdosfs_vfsops.c src/sys/nfs nfs_subs.c ... 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/25 12:18:55 PDT Modified files: (Branch: RELENG_4) sys/coda coda_subr.c sys/fs/smbfs smbfs_vfsops.c sys/gnu/ext2fs ext2_vfsops.c sys/kern vfs_subr.c vfs_syscalls.c sys/miscfs/union union_vfsops.c sys/msdosfs msdosfs_vfsops.c sys/nfs nfs_subs.c nfs_vfsops.c sys/nwfs nwfs_vfsops.c sys/sys mount.h vnode.h sys/ufs/ffs ffs_vfsops.c sys/ufs/ufs ufs_quota.c usr.sbin/pstat pstat.c Log: MFC change vnode list under mount point from LIST to TAILQ in preparation for scaleability fixes for machines with >= 2G of ram coming down the pipe. Revision Changes Path 1.11.2.1 +2 -2 src/sys/coda/coda_subr.c 1.2.2.3 +3 -3 src/sys/fs/smbfs/smbfs_vfsops.c 1.63.2.4 +6 -5 src/sys/gnu/ext2fs/ext2_vfsops.c 1.249.2.17 +10 -10 src/sys/kern/vfs_subr.c 1.151.2.10 +2 -1 src/sys/kern/vfs_syscalls.c 1.39.2.2 +5 -4 src/sys/miscfs/union/union_vfsops.c 1.60.2.4 +4 -4 src/sys/msdosfs/msdosfs_vfsops.c 1.90.2.2 +3 -3 src/sys/nfs/nfs_subs.c 1.91.2.4 +3 -3 src/sys/nfs/nfs_vfsops.c 1.6.2.6 +3 -3 src/sys/nwfs/nwfs_vfsops.c 1.89.2.3 +3 -3 src/sys/sys/mount.h 1.111.2.15 +1 -1 src/sys/sys/vnode.h 1.117.2.5 +5 -5 src/sys/ufs/ffs/ffs_vfsops.c 1.27.2.2 +10 -10 src/sys/ufs/ufs/ufs_quota.c 1.49.2.4 +2 -2 src/usr.sbin/pstat/pstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message