]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC of 234158:
authormckusick <mckusick@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 19 Apr 2012 23:04:35 +0000 (23:04 +0000)
committermckusick <mckusick@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 19 Apr 2012 23:04:35 +0000 (23:04 +0000)
commitaa0fe36b8559cb4842cd1e448225de1c35bb3f90
tree8280f379a6e0de8347d3c0bb25d54b6007400c41
parent2b675136197206801d9a0428be7173585d723b5f
MFC of 234158:

Export vinactive() from kern/vfs_subr.c (e.g., make it no longer
static and declare its prototype in sys/vnode.h) so that it can be
called from process_deferred_inactive() (in ufs/ffs/ffs_snapshot.c)
instead of the body of vinactive() being cut and pasted into
process_deferred_inactive().

Reviewed by: kib

git-svn-id: svn://svn.freebsd.org/base/stable/8@234474 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/kern/vfs_subr.c
sys/sys/vnode.h
sys/ufs/ffs/ffs_snapshot.c