Date: Mon, 22 Oct 2001 18:21:29 -0700 (PDT) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/coda coda_subr.c src/sys/fs/msdosfs msdosfs_vfsops.c src/sys/fs/nwfs nwfs_vfsops.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/fs/unionfs union_vfsops.c src/sys/gnu/ext2fs ext2_vfsops.c src/sys/kern vfs_subr.c ... Message-ID: <200110230121.f9N1LTa24181@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 2001/10/22 18:21:29 PDT
Modified files:
sys/coda coda_subr.c
sys/fs/msdosfs msdosfs_vfsops.c
sys/fs/nwfs nwfs_vfsops.c
sys/fs/smbfs smbfs_vfsops.c
sys/fs/unionfs union_vfsops.c
sys/gnu/ext2fs ext2_vfsops.c
sys/kern vfs_subr.c vfs_syscalls.c
sys/nfsclient nfs_subs.c nfs_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:
Change the vnode list under the mount point from a LIST to a TAILQ
in preparation for an implementation of limiting code for kern.maxvnodes.
MFC after: 3 days
Revision Changes Path
1.18 +2 -2 src/sys/coda/coda_subr.c
1.81 +4 -4 src/sys/fs/msdosfs/msdosfs_vfsops.c
1.21 +3 -3 src/sys/fs/nwfs/nwfs_vfsops.c
1.3 +3 -3 src/sys/fs/smbfs/smbfs_vfsops.c
1.50 +2 -2 src/sys/fs/unionfs/union_vfsops.c
1.83 +6 -5 src/sys/gnu/ext2fs/ext2_vfsops.c
1.324 +12 -11 src/sys/kern/vfs_subr.c
1.208 +3 -2 src/sys/kern/vfs_syscalls.c
1.110 +3 -3 src/sys/nfsclient/nfs_subs.c
1.106 +3 -3 src/sys/nfsclient/nfs_vfsops.c
1.114 +3 -3 src/sys/sys/mount.h
1.160 +1 -1 src/sys/sys/vnode.h
1.162 +5 -5 src/sys/ufs/ffs/ffs_vfsops.c
1.49 +10 -10 src/sys/ufs/ufs/ufs_quota.c
1.64 +3 -3 src/usr.sbin/pstat/pstat.c
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?200110230121.f9N1LTa24181>
