Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 07/16/1999 18:08:31
Module Name:	syssrc
Committed By:	wrstuden
Date:		Sat Jul 17 01:08:30 UTC 1999

Modified Files:
	syssrc/sys/isofs/cd9660: cd9660_vfsops.c
	syssrc/sys/msdosfs: msdosfs_vfsops.c
	syssrc/sys/ufs/ext2fs: ext2fs_vfsops.c
	syssrc/sys/ufs/ffs: ffs_vfsops.c
	syssrc/sys/ufs/lfs: lfs_vfsops.c
	syssrc/sys/ufs/mfs: mfs_vfsops.c

Log Message:
Adjust mountroot routines to vrele rootvp in case of mount error. Closes
PR 7977 by Neil Carson, <neil@brini.com>.


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 syssrc/sys/isofs/cd9660/cd9660_vfsops.c
cvs rdiff -r1.61 -r1.62 syssrc/sys/msdosfs/msdosfs_vfsops.c
cvs rdiff -r1.26 -r1.27 syssrc/sys/ufs/ext2fs/ext2fs_vfsops.c
cvs rdiff -r1.50 -r1.51 syssrc/sys/ufs/ffs/ffs_vfsops.c
cvs rdiff -r1.34 -r1.35 syssrc/sys/ufs/lfs/lfs_vfsops.c
cvs rdiff -r1.20 -r1.21 syssrc/sys/ufs/mfs/mfs_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.