From owner-cvs-all Sun Nov 4 10:55:46 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 E606337B405; Sun, 4 Nov 2001 10:55:42 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA4Itgl01441; Sun, 4 Nov 2001 10:55:42 -0800 (PST) (envelope-from dillon) Message-Id: <200111041855.fA4Itgl01441@freefall.freebsd.org> From: Matt Dillon Date: Sun, 4 Nov 2001 10:55:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c vfs_syscalls.c src/sys/sys mount.h src/sys/fs/msdosfs msdosfs_vfsops.c src/sys/gnu/ext2fs ext2_vfsops.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 dillon 2001/11/04 10:55:42 PST Modified files: sys/kern vfs_subr.c vfs_syscalls.c sys/sys mount.h sys/fs/msdosfs msdosfs_vfsops.c sys/gnu/ext2fs ext2_vfsops.c Log: Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mount structure changes now rather then piecemeal later on. mnt_nvnodelist currently holds all the vnodes under the mount point. This will eventually be split into a 'dirty' and 'clean' list. This way we only break kld's once rather then twice. nvnodelist will eventually turn into the dirty list and should remain compatible with the klds. Revision Changes Path 1.82 +1 -0 src/sys/fs/msdosfs/msdosfs_vfsops.c 1.84 +1 -0 src/sys/gnu/ext2fs/ext2_vfsops.c 1.329 +1 -0 src/sys/kern/vfs_subr.c 1.214 +1 -0 src/sys/kern/vfs_syscalls.c 1.115 +8 -0 src/sys/sys/mount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message