Re: svn commit: r234400 - in head/sys: kern sys

2012-04-18 Thread Attilio Rao
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

Re: svn commit: r234400 - in head/sys: kern sys

2012-04-17 Thread Bruce Evans
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().

svn commit: r234400 - in head/sys: kern sys

2012-04-17 Thread 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 to vbusy() with inline code in vholdl().