2012/4/17, Kirk McKusick :
> Author: mckusick
> Date: Tue Apr 17 21:46:59 2012
> New Revision: 234400
> URL: http://svn.freebsd.org/changeset/base/234400
>
> Log:
> Drop export of vdestroy() function from kern/vfs_subr.c as it is
> used only as a helper function in that file. Replace sole call
On Tue, 17 Apr 2012, Kirk McKusick wrote:
Log:
Drop export of vdestroy() function from kern/vfs_subr.c as it is
used only as a helper function in that file. Replace sole call to
vbusy() with inline code in vholdl(). Replace sole calls to vfree()
and vdestroy() with inline code in vdropl().
Author: mckusick
Date: Tue Apr 17 21:46:59 2012
New Revision: 234400
URL: http://svn.freebsd.org/changeset/base/234400
Log:
Drop export of vdestroy() function from kern/vfs_subr.c as it is
used only as a helper function in that file. Replace sole call to
vbusy() with inline code in vholdl().