Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 01/22/2001 11:57:26
Module Name: syssrc
Committed By: jdolecek
Date: Mon Jan 22 09:57:26 UTC 2001
Modified Files:
syssrc/sys/kern: vfs_init.c
Log Message:
rename vfs_op_init() to vfs_op_check() and make it only check the offsets
and number of ops, not touch anything - vnode_if.sh now generated
proper offset numbers; vfs_op_check() is only defined and called for DEBUG
kernels
constify extern declaration of vfs_op_descs[]
g/c vfs_opv_numops, use VNODE_OPS_COUNT instead
make vfs_opv_init_explicit() and vfs_opv_init_default() static
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 syssrc/sys/kern/vfs_init.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.