Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   hannken
Date:           Wed Jan 11 09:07:58 UTC 2017

Modified Files:
        src/share/man/man9: vnode.9
        src/sys/kern: vfs_mount.c vfs_subr.c
        src/sys/sys: mount.h vnode.h vnode_impl.h
        src/usr.sbin/pstat: pstat.c

Log Message:
Move vnode member v_mntvnodes as vi_mntvnodes to vnode_impl.h.

Add an ugly hack so pstat.c may still traverse the list.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/share/man/man9/vnode.9
cvs rdiff -u -r1.43 -r1.44 src/sys/kern/vfs_mount.c
cvs rdiff -u -r1.455 -r1.456 src/sys/kern/vfs_subr.c
cvs rdiff -u -r1.219 -r1.220 src/sys/sys/mount.h
cvs rdiff -u -r1.270 -r1.271 src/sys/sys/vnode.h
cvs rdiff -u -r1.9 -r1.10 src/sys/sys/vnode_impl.h
cvs rdiff -u -r1.125 -r1.126 src/usr.sbin/pstat/pstat.c

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