Subject: CVS commit: [thorpej-devvp] syssrc/sys/miscfs/specfs
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 09/27/2001 17:52:26
Module Name:	syssrc
Committed By:	fvdl
Date:		Thu Sep 27 14:52:26 UTC 2001

Modified Files:
	syssrc/sys/miscfs/specfs [thorpej-devvp]: spec_vnops.c specdev.h

Log Message:
Do real locking for cloned vnodes (most filesystems have real locking
for spec vnodes, so clones should have it too).  Could probably do locking
all the time for spec vnodes, but need to check if vnodes created
during bootstrap with {b,c}devvp will cause trouble if they have actual
locks.


To generate a diff of this commit:
cvs rdiff -r1.56.2.3 -r1.56.2.4 syssrc/sys/miscfs/specfs/spec_vnops.c
cvs rdiff -r1.20.2.3 -r1.20.2.4 syssrc/sys/miscfs/specfs/specdev.h

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