Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 10/05/1995 02:30:03
mycroft
Thu Oct  5 02:21:03 EDT 1995
Update of /a/cvsroot/src/sys/dev
In directory pain.lcs.mit.edu:/a/users/mycroft/sys/dev

Modified Files:
	vnd.c 
Log Message:
Lock the underlying vnode around VOP_BMAP() and VOP_READ().  From John Kohl.

mycroft
Thu Oct  5 02:26:15 EDT 1995
Update of /a/cvsroot/src/sys/miscfs/union
In directory pain.lcs.mit.edu:/a/users/mycroft/sys/miscfs/union

Modified Files:
	union_subr.c 
Log Message:
Avoid reentering union_dircache() by locking the union vnode.  From John Kohl.