Subject: CVS commit: [netbsd-2-0] src/share/man/man9
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 05/30/2004 15:13:01
Module Name:	src
Committed By:	tron
Date:		Sun May 30 15:13:01 UTC 2004

Modified Files:
	src/share/man/man9 [netbsd-2-0]: vnode.9

Log Message:
Pull up revision 1.21 (requested by wrstuden in ticket #425):
Change comments around locking. While you _can_ grab vnode locks
as LK_SHARED, the VOP_ code (in all our existing file systems)
was implememted assuming exclusive locking. Use of LK_SHARED
is technically a bug and only works right for uni-processor and
big-lock SMP systems. Our current file systems will blow up
(probably quite subtlely) with LK_SHARED and fine-grained SMP
locking.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.20.2.1 src/share/man/man9/vnode.9

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