Date: Sun, 4 Nov 2001 10:55:42 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.org> 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 Message-ID: <200111041855.fA4Itgl01441@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111041855.fA4Itgl01441>
