Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 10/19/2000 17:15:14
Module Name:	syssrc
Committed By:	he
Date:		Thu Oct 19 14:15:14 UTC 2000

Modified Files:
	syssrc/sys/ufs/ufs [netbsd-1-5]: ufs_vnops.c

Log Message:
Pull up revision 1.74 (requested by pk):
  In ufs_makeinode(), set the new vnode type to VNON before
  calling vput().

  Prevents kernel panic when running out of disk space in the
  middle of allocating a new inode on an FFS or LFS file system.


To generate a diff of this commit:
cvs rdiff -r1.68.2.2 -r1.68.2.3 syssrc/sys/ufs/ufs/ufs_vnops.c

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