From owner-svn-src-head@FreeBSD.ORG Mon Jan 14 05:59:14 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B9A1F293; Mon, 14 Jan 2013 05:59:14 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from onyx.glenbarber.us (onyx.glenbarber.us [IPv6:2607:fc50:1000:c200::face]) by mx1.freebsd.org (Postfix) with ESMTP id 7F55133F; Mon, 14 Jan 2013 05:59:14 +0000 (UTC) Received: from glenbarber.us (kaos.glenbarber.us [71.224.221.174]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: gjb) by onyx.glenbarber.us (Postfix) with ESMTPSA id 28F1723F763; Mon, 14 Jan 2013 00:59:13 -0500 (EST) DKIM-Filter: OpenDKIM Filter v2.7.1 onyx.glenbarber.us 28F1723F763 Authentication-Results: onyx.glenbarber.us; dkim=none reason="no signature"; dkim-adsp=none (insecure policy) Date: Mon, 14 Jan 2013 00:59:11 -0500 From: Glen Barber To: Konstantin Belousov Subject: Re: svn commit: r245407 - head/sys/kern Message-ID: <20130114055911.GB1359@glenbarber.us> References: <201301140542.r0E5gsK0050870@svn.freebsd.org> <20130114054650.GA1359@glenbarber.us> <20130114055744.GG2561@kib.kiev.ua> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="HO3Ykb1C9doWAHv0" Content-Disposition: inline In-Reply-To: <20130114055744.GG2561@kib.kiev.ua> X-Operating-System: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2013 05:59:14 -0000 --HO3Ykb1C9doWAHv0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 > > >=20 > > > 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, CTL= FLAG_RW, > > > #define VSHOULDFREE(vp) (!((vp)->v_iflag & VI_FREE) && !(vp)->v_ho= ldcnt) > > > #define VSHOULDBUSY(vp) (((vp)->v_iflag & VI_FREE) && (vp)->v_hold= cnt) > > > =20 > > > +static int vnsz2log; > >=20 > > Is this accidental log? >=20 > Yes, I mistakenly used patch file name instead of the log file name for c= i -F. > Proper commit message recorded in r245411. Ah. Thanks. Glen --HO3Ykb1C9doWAHv0 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAEBCAAGBQJQ856vAAoJEFJPDDeguUajcHYIAIjE34so9NHjFuNBbeWSL0uZ SsM2ABerT+R1BOgtu6/RqBF5TgVaaBGYcxs5kABzneGEwakNXB3s1tvpx4WZ90D1 FOgxyeGDDMvdzoF3lLLy8/LvJzib6ndd8Uh8mzmxcgTaaPwRaHpjtw+oU/yeWtXL ApZH+dYkoDmJKDHLHLZydP2pp6fUCK4PAQUsyyK3zMTPkXeljS+nHd5ffkWFdgiW yWyJLnNq6xfKnh1YAy50yzi5+MEZg/tcS0HdzAr++Whhz24y9dgZl3BlBSi8hJpE AOegpa1tegjewvuyCCSTHB9EZlE/seET+wSeaNEwFcPyAQEuZNLUBUjaRjpzvwc= =JG1G -----END PGP SIGNATURE----- --HO3Ykb1C9doWAHv0--