Module Name: src Committed By: hannken Date: Mon Jan 13 12:07:55 UTC 2014
Modified Files: src/sys/kern: vnode_if.sh Log Message: Support for vnode operation versioning. Allow a new keyword "VERSION" in the description so "VERSION 2" will change the name of the argument from vop_XXX_args to vop_XXX_v2_args. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/kern/vnode_if.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.