Subject: CVS commit: src/sys/fs/udf
To: None <source-changes@NetBSD.org>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: source-changes
Date: 01/17/2007 13:02:44
Module Name:	src
Committed By:	reinoud
Date:		Wed Jan 17 13:02:44 UTC 2007

Modified Files:
	src/sys/fs/udf: udf_subr.c

Log Message:
Fix important directory lookup bug that could result in an endless loop. It
fixes the case where a directory lookup is done in a directory has never
been visted/listed; the search optimalisation that searches the directory
from where it left behind the last time would never reach the initial
offset of zero since it would always have at least processed one entry.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/sys/fs/udf/udf_subr.c

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