Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/20/2007 16:18:57
Module Name:	src
Committed By:	dyoung
Date:		Thu Dec 20 16:18:57 UTC 2007

Modified Files:
	src/sys/ufs/ffs: ffs_vfsops.c

Log Message:
Call genfs_node_init a little earlier to avoid a vput()ing an
uninitialized node, later, which leads to a kernel panic.  Patch
by Antti Kantee.


To generate a diff of this commit:
cvs rdiff -r1.212 -r1.213 src/sys/ufs/ffs/ffs_vfsops.c

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