Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 08/08/2003 20:18:19
Module Name:	src
Committed By:	yamt
Date:		Fri Aug  8 20:18:19 UTC 2003

Modified Files:
	src/sys/kern: vfs_cache.c

Log Message:
arrange namecache lru before vget (and releasing namecache_slock)
since our namecache entry can go away during we're sleeping on the vnode.

the bug pointed by enami tsugutomo.
tested by Matthias Scheler.
PR/22363.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 src/sys/kern/vfs_cache.c

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