Bruce Evans 886ee0aa9f Fixed loading of vfs's. The Lite2 merge added unnecessary compatibility
cruft and resulted in loading usually following a null pointer.  Use
something closer to the pre-Lite2 code, including not making a copy of
the new filesystem's config info.  Not making a copy also fixes a race
for loading and a memory leak for unloading.

Fixed unloading of vfs's.  maxvfsconf wasn't maintained.

Look up the vfs to unload by name instead of by number.  The numbers
should go away as soon as all mount utilities are converted.
1997-02-27 16:40:20 +00:00
..
1997-02-24 00:37:43 +00:00
1997-02-22 14:13:04 +00:00
1997-02-25 03:02:58 +00:00
1997-02-22 12:49:29 +00:00
1997-02-24 20:31:25 +00:00
1997-02-23 09:21:14 +00:00
1997-02-27 15:38:41 +00:00