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:           Wed Dec 14 15:46:57 UTC 2016

Modified Files:
        src/sys/kern: init_sysctl.c vfs_mount.c vfs_vnode.c
        src/sys/sys: vnode.h vnode_impl.h

Log Message:
Remove the "target" argment from vfs_drainvnodes() as it is
always equal to "desiredvnodes" and move its definition
from sys/vnode.h to sys/vnode_impl.h.

Extend vfs_drainvnodes() to also wait for deferred vrele to flush
and replace the call to vrele_flush() with a call to vfs_drainvnodes().


To generate a diff of this commit:
cvs rdiff -u -r1.211 -r1.212 src/sys/kern/init_sysctl.c
cvs rdiff -u -r1.41 -r1.42 src/sys/kern/vfs_mount.c
cvs rdiff -u -r1.60 -r1.61 src/sys/kern/vfs_vnode.c
cvs rdiff -u -r1.265 -r1.266 src/sys/sys/vnode.h
cvs rdiff -u -r1.2 -r1.3 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