Module Name: src Committed By: hannken Date: Thu May 26 11:07:33 UTC 2016
Modified Files: src/sys/kern: vfs_subr.c vfs_vnode.c src/sys/sys: vnode.h Log Message: Merge the vnode and its corresponding vcache_node into one vcache_node structure. Print the vcache_node part in vprint() and vfs_vnode_print(). Presented on tech-kern@ To generate a diff of this commit: cvs rdiff -u -r1.448 -r1.449 src/sys/kern/vfs_subr.c cvs rdiff -u -r1.49 -r1.50 src/sys/kern/vfs_vnode.c cvs rdiff -u -r1.260 -r1.261 src/sys/sys/vnode.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.