Subject: CVS commit: src/sys/kern
To: None <source-changes@netbsd.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 02/20/2003 04:49:52
Module Name: src
Committed By: jmc
Date: Thu Feb 20 02:49:51 UTC 2003
Modified Files:
src/sys/kern: vfs_cache.c
Log Message:
Move simple_lock after the hashinit's to avoid possible sleeping/malloc'ing
with a simplelock held.
To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 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.