Subject: CVS commit: [netbsd-4] src/sys/ufs/ufs
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 03/10/2007 18:40:54
Module Name:	src
Committed By:	bouyer
Date:		Sat Mar 10 18:40:54 UTC 2007

Modified Files:
	src/sys/ufs/ufs [netbsd-4]: ufs_vnops.c

Log Message:
Pull up following revision(s) (requested by chs in ticket #508):
	sys/ufs/ufs/ufs_vnops.c: revision 1.150
In readdir, in case cookies was already allocated but is later free'd
due to an error, reset value of cookies to NULL to avoid confusing
callers.
should fix kern/35728


To generate a diff of this commit:
cvs rdiff -r1.143.2.2 -r1.143.2.3 src/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.