thorpej 6c57a3c322 Change vfs_opv_init_explicit() to not allocate the vnode operations
vectors; defer that to vfs_opv_init().

Change the interface to vfs_opv_init() and export it; it now takes a
pointer to an array of vnodeopv_desc *'s to initialize.  Allocate
the vnode operations vectors here.  Called by vfs_attach().

Implement vfs_opv_free(), which deallocates the vnode operations
vectors.  Called by vfs_detach().

Change vfsinit() to build the initial vfs_list by traversing the
vfs_list_inital[] table, and vfs_attach()'ing those file systems.
Also, initialize special vnodeopv_descs (dead, fifo, spec) which
are not associated with any particular file system.
1998-02-18 07:15:30 +00:00
..
1998-02-18 07:11:21 +00:00
1998-02-07 02:14:04 +00:00
1998-01-09 08:03:16 +00:00
1998-01-09 08:03:16 +00:00
1998-01-21 22:33:49 +00:00
1998-01-28 02:35:10 +00:00
1998-02-14 01:26:50 +00:00
1998-01-09 06:41:17 +00:00