Date: Sun, 4 Nov 2001 10:57:52 -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/msdosfs msdosfs_vfsops.c src/sys/sys mount.h param.h src/sys/gnu/ext2fs ext2_vfsops.c Message-ID: <200111041857.fA4Ivqw01809@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 2001/11/04 10:57:52 PST
Modified files: (Branch: RELENG_4)
sys/kern vfs_subr.c vfs_syscalls.c
sys/msdosfs msdosfs_vfsops.c
sys/sys mount.h param.h
sys/gnu/ext2fs ext2_vfsops.c
Log:
Bump __FreeBSD_version to 440002 to account for the mount structure
change (LIST vnodelist -> TAILQ nvnodelist). At this time I am also
adding a second TAILQ list, currently reserved, to the mount structure
that will later be used to split the vnode list into a clean and dirty
list, so as to get all mount structure changes over and done with now.
Revision Changes Path
1.63.2.5 +1 -0 src/sys/gnu/ext2fs/ext2_vfsops.c
1.249.2.19 +1 -0 src/sys/kern/vfs_subr.c
1.151.2.12 +1 -0 src/sys/kern/vfs_syscalls.c
1.60.2.5 +1 -0 src/sys/msdosfs/msdosfs_vfsops.c
1.89.2.4 +8 -0 src/sys/sys/mount.h
1.61.2.20 +1 -1 src/sys/sys/param.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?200111041857.fA4Ivqw01809>
