Subject: sun-lamp CVS commits
To: None <source-changes>
From: The Source Master <srcmastr>
List: source-changes
Date: 07/05/1994 12:10:06
cgd
Tue Jul  5 12:09:39 PDT 1994
Update of /b/source/CVS/src/sys/kern
In directory sun-lamp.cs.berkeley.edu:/usr/src/sys/kern

Modified Files:
	vfs_cache.c 
Log Message:
fix for kern/322, pointed out by osymh@gemini.oscs.montana.edu.  Neither
suggested fix was correct: the suggested change to cache_lookup would cause
the counters to be incremented when doingcache was zero, and the suggested
change to cache_enter was prone to a race condition (e.g. if doingcache
became 1 between the cache_lookup and cache_enter).


------------------------------------------------------------------------------