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: 04/07/1995 13:40:02
mycroft
Fri Apr  7 13:37:13 EDT 1995
Update of /a/cvsroot/src/sys/msdosfs
In directory pain.lcs.mit.edu:/b/src/sys/msdosfs

Modified Files:
	msdosfs_denode.c msdosfs_vnops.c 
Log Message:
Require the denode to be locked before calling msdosfs_hashins(), rather than
inlining the rest of the code in reinsert().  (No functional changes.)  Also,
make sure that we don't print the (bogus) lock values when !DIAGNOSTIC.
Partly based on a patch from Mike Pritchard.