Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 07/22/2007 21:26:54
Module Name:	src
Committed By:	pooka
Date:		Sun Jul 22 21:26:54 UTC 2007

Modified Files:
	src/sys/kern: vnode_if.sh vnode_if.src

Log Message:
Introduce WILLMAKE for vnode operations which create a new vnode.
Insert a KASSERT along the return path of such operations to check
that the operation set the vnode size.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 src/sys/kern/vnode_if.sh
cvs rdiff -r1.52 -r1.53 src/sys/kern/vnode_if.src

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