Subject: CVS commit: src/sys/ufs/ufs
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 07/23/2003 13:56:54
Module Name:	src
Committed By:	yamt
Date:		Wed Jul 23 13:56:54 UTC 2003

Modified Files:
	src/sys/ufs/ufs: ufs_lookup.c

Log Message:
yield cpu in directory entry search loop in ufs_lookup().
this loop can take a bit long time with large buffer cache.


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 src/sys/ufs/ufs/ufs_lookup.c

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