Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/13/2000 18:50:27
Module Name:	syssrc
Committed By:	thorpej
Date:		Wed Sep 13 15:50:27 UTC 2000

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

Log Message:
Allow the VOP_*() calls to be un-inlined with the VNODE_OP_NOINLINE
kernel option.  Saves 36k of kernel text on an i386 GENERIC.  Useful
for install media kernels, small memory systems, embedded systems.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 syssrc/sys/kern/vnode_if.sh

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