svn commit: r245407 - head/sys/kern

Glen Barber gjb at FreeBSD.org
Mon Jan 14 05:46:54 UTC 2013


On Mon, Jan 14, 2013 at 05:42:54AM +0000, Konstantin Belousov wrote:
> Author: kib
> Date: Mon Jan 14 05:42:54 2013
> New Revision: 245407
> URL: http://svnweb.freebsd.org/changeset/base/245407
> 
> Log:
>   diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
>   index 7c243b6..0bdaf36 100644
>   --- a/sys/kern/vfs_subr.c
>   +++ b/sys/kern/vfs_subr.c
>   @@ -279,6 +279,7 @@ SYSCTL_INT(_debug, OID_AUTO, vnlru_nowhere, CTLFLAG_RW,
>    #define VSHOULDFREE(vp) (!((vp)->v_iflag & VI_FREE) && !(vp)->v_holdcnt)
>    #define VSHOULDBUSY(vp) (((vp)->v_iflag & VI_FREE) && (vp)->v_holdcnt)
>   
>   +static int vnsz2log;

Is this accidental log?

Glen

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20130114/d9b9d4bb/attachment.sig>


More information about the svn-src-all mailing list