Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 02/17/1998 23:10:01
thorpej
Tue Feb 17 23:00:27 PST 1998
Update of /cvsroot/src/usr.sbin/config
In directory nb00:/tmp/cvs-serv14403

Modified Files:
	mkioconf.c 
Log Message:
Emit the default set of file systems as vfs_list_initial[].


thorpej
Tue Feb 17 23:05:48 PST 1998
Update of /cvsroot/src/sys/adosfs
In directory nb00:/tmp/cvs-serv14462/sys/adosfs

Modified Files:
	advfsops.c 
Log Message:
Place a pointer to an array of our vnodeopv_desc *'s in our vfsops
structure, for use by vfs_attach().


thorpej
Tue Feb 17 23:05:48 PST 1998
Update of /cvsroot/src/sys/isofs/cd9660
In directory nb00:/tmp/cvs-serv14462/sys/isofs/cd9660

Modified Files:
	cd9660_vfsops.c 
Log Message:
Place a pointer to an array of our vnodeopv_desc *'s in our vfsops
structure, for use by vfs_attach().


thorpej
Tue Feb 17 23:05:48 PST 1998
Update of /cvsroot/src/sys/miscfs/kernfs
In directory nb00:/tmp/cvs-serv14462/sys/miscfs/kernfs

Modified Files:
	kernfs_vfsops.c 
Log Message:
Place a pointer to an array of our vnodeopv_desc *'s in our vfsops
structure, for use by vfs_attach().


thorpej
Tue Feb 17 23:05:48 PST 1998
Update of /cvsroot/src/sys/miscfs/nullfs
In directory nb00:/tmp/cvs-serv14462/sys/miscfs/nullfs

Modified Files:
	null_vfsops.c 
Log Message:
Place a pointer to an array of our vnodeopv_desc *'s in our vfsops
structure, for use by vfs_attach().


thorpej
Tue Feb 17 23:05:48 PST 1998
Update of /cvsroot/src/sys/miscfs/portal
In directory nb00:/tmp/cvs-serv14462/sys/miscfs/portal

Modified Files:
	portal_vfsops.c 
Log Message:
Place a pointer to an array of our vnodeopv_desc *'s in our vfsops
structure, for use by vfs_attach().


thorpej
Tue Feb 17 23:05:49 PST 1998
Update of /cvsroot/src/sys/miscfs/procfs
In directory nb00:/tmp/cvs-serv14462/sys/miscfs/procfs

Modified Files:
	procfs_vfsops.c 
Log Message:
Place a pointer to an array of our vnodeopv_desc *'s in our vfsops
structure, for use by vfs_attach().


thorpej
Tue Feb 17 23:05:49 PST 1998
Update of /cvsroot/src/sys/miscfs/umapfs
In directory nb00:/tmp/cvs-serv14462/sys/miscfs/umapfs

Modified Files:
	umap_vfsops.c 
Log Message:
Place a pointer to an array of our vnodeopv_desc *'s in our vfsops
structure, for use by vfs_attach().


thorpej
Tue Feb 17 23:05:49 PST 1998
Update of /cvsroot/src/sys/miscfs/union
In directory nb00:/tmp/cvs-serv14462/sys/miscfs/union

Modified Files:
	union_vfsops.c 
Log Message:
Place a pointer to an array of our vnodeopv_desc *'s in our vfsops
structure, for use by vfs_attach().


thorpej
Tue Feb 17 23:05:49 PST 1998
Update of /cvsroot/src/sys/msdosfs
In directory nb00:/tmp/cvs-serv14462/sys/msdosfs

Modified Files:
	msdosfs_vfsops.c 
Log Message:
Place a pointer to an array of our vnodeopv_desc *'s in our vfsops
structure, for use by vfs_attach().


thorpej
Tue Feb 17 23:05:49 PST 1998
Update of /cvsroot/src/sys/nfs
In directory nb00:/tmp/cvs-serv14462/sys/nfs

Modified Files:
	nfs_vfsops.c 
Log Message:
Place a pointer to an array of our vnodeopv_desc *'s in our vfsops
structure, for use by vfs_attach().


thorpej
Tue Feb 17 23:05:50 PST 1998
Update of /cvsroot/src/sys/ufs/ext2fs
In directory nb00:/tmp/cvs-serv14462/sys/ufs/ext2fs

Modified Files:
	ext2fs_vfsops.c 
Log Message:
Place a pointer to an array of our vnodeopv_desc *'s in our vfsops
structure, for use by vfs_attach().


thorpej
Tue Feb 17 23:05:50 PST 1998
Update of /cvsroot/src/sys/ufs/ffs
In directory nb00:/tmp/cvs-serv14462/sys/ufs/ffs

Modified Files:
	ffs_vfsops.c 
Log Message:
Place a pointer to an array of our vnodeopv_desc *'s in our vfsops
structure, for use by vfs_attach().


thorpej
Tue Feb 17 23:05:50 PST 1998
Update of /cvsroot/src/sys/ufs/lfs
In directory nb00:/tmp/cvs-serv14462/sys/ufs/lfs

Modified Files:
	lfs_vfsops.c 
Log Message:
Place a pointer to an array of our vnodeopv_desc *'s in our vfsops
structure, for use by vfs_attach().


thorpej
Tue Feb 17 23:05:50 PST 1998
Update of /cvsroot/src/sys/ufs/mfs
In directory nb00:/tmp/cvs-serv14462/sys/ufs/mfs

Modified Files:
	mfs_vfsops.c 
Log Message:
Place a pointer to an array of our vnodeopv_desc *'s in our vfsops
structure, for use by vfs_attach().


thorpej
Tue Feb 17 23:09:15 PST 1998
Update of /cvsroot/src/sys/sys
In directory nb00:/tmp/cvs-serv14656

Modified Files:
	mount.h 
Log Message:
Add a pointer to an array of struct vnodeopv_desc *'s, for use by
vfs_attach(), and a LIST_ENTRY to link to the kernel's list of
file systems to struct vfsops.

Declare the vfs_list_head structure, and prototype new functions
vfs_attach(), vfs_detach(), vfs_opv_init(), and vfs_opv_free().