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

Attachment: pgpE7JdymStE4.pgp
Description: PGP signature

Reply via email to