On Mon, Jan 14, 2013 at 07:57:44AM +0200, Konstantin Belousov wrote:
> On Mon, Jan 14, 2013 at 12:46:50AM -0500, Glen Barber wrote:
> > 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?
> 
> Yes, I mistakenly used patch file name instead of the log file name for ci -F.
> Proper commit message recorded in r245411.

Ah.  Thanks.

Glen

Attachment: pgpLByQuaa1Mm.pgp
Description: PGP signature

Reply via email to