Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: hannken
Date: Thu Nov 3 11:04:21 UTC 2016
Modified Files:
src/sys/kern: vfs_subr.c vfs_vnode.c
src/sys/sys: vnode_impl.h
Log Message:
Add a function to print the fields of a vnode including its implementation
and use it from vprint() and vfs_vnode_print().
Move vstate_name() to vfs_subr.c.
To generate a diff of this commit:
cvs rdiff -u -r1.450 -r1.451 src/sys/kern/vfs_subr.c
cvs rdiff -u -r1.58 -r1.59 src/sys/kern/vfs_vnode.c
cvs rdiff -u -r1.1 -r1.2 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.
Home |
Main Index |
Thread Index |
Old Index