Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 04/04/1999 01:56:45
Module Name:	src
Committed By:	mycroft
Date:		Sun Apr  4 09:56:45 UTC 1999

Modified Files:
	src/sys/ufs/lfs: lfs_vfsops.c
Log Message:
Fix obvious bugs:
* The MNT_UPDATE case had a null pointer dereference.  (This is a good example
of why blindly adding bogus initializiers is a FUNDAMENTALLY BAD IDEA!)
* Make sure the whole ufsmount is zeroed, as the export code relies on this.
* If we decided to use the second/alternate superblock, make sure to copy the
in-core version from the right buffer.
Also, reenable NFS exporting.