svn commit: r245407 - head/sys/kern

Konstantin Belousov kostikbel at gmail.com
Mon Jan 14 05:57:49 UTC 2013


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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20130114/9c83899b/attachment-0001.sig>


More information about the svn-src-head mailing list