Module Name: src Committed By: hannken Date: Thu Nov 3 11:03:31 UTC 2016
Modified Files: src/sys/kern: vfs_mount.c vfs_subr.c vfs_vnode.c src/sys/sys: vnode.h Added Files: src/sys/sys: vnode_impl.h Log Message: Split sys/vnode.h into sys/vnode.h and sys/vnode_impl.h - Move _VFS_VNODE_PRIVATE protected operations into vnode_impl.h. - Move struct vnode_impl definition and operations into vnode_impl.h. - Include vnode_impl.h where we include vnode.h with _VFS_VNODE_PRIVATE defined. - Get rid of _VFS_VNODE_PRIVATE. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/kern/vfs_mount.c cvs rdiff -u -r1.449 -r1.450 src/sys/kern/vfs_subr.c cvs rdiff -u -r1.57 -r1.58 src/sys/kern/vfs_vnode.c cvs rdiff -u -r1.264 -r1.265 src/sys/sys/vnode.h cvs rdiff -u -r0 -r1.1 src/sys/sys/vnode_impl.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.