From owner-svn-src-all@FreeBSD.ORG Thu Oct 21 18:19:22 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90132106567A; Thu, 21 Oct 2010 18:19:22 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from mx0.hoeg.nl (unknown [IPv6:2a01:4f8:101:5343::aa]) by mx1.freebsd.org (Postfix) with ESMTP id 178A18FC14; Thu, 21 Oct 2010 18:19:22 +0000 (UTC) Received: by mx0.hoeg.nl (Postfix, from userid 1000) id 6C4012A28D20; Thu, 21 Oct 2010 20:19:21 +0200 (CEST) Date: Thu, 21 Oct 2010 20:19:21 +0200 From: Ed Schouten To: John Baldwin Message-ID: <20101021181921.GG77125@hoeg.nl> References: <201010211729.o9LHTXEv098032@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9/eUdp+dLtKXvemk" Content-Disposition: inline In-Reply-To: <201010211729.o9LHTXEv098032@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r214144 - head/sys/vm X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2010 18:19:22 -0000 --9/eUdp+dLtKXvemk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi John, * John Baldwin , 20101021 19:29: > + if (atomic_fetchadd_int(&vm->vm_refcnt, -1) =3D=3D 1) > vmspace_dofree(vm); Not that it's that useful, but maybe it would be good to use refcount_release() here? --=20 Ed Schouten WWW: http://80386.nl/ --9/eUdp+dLtKXvemk Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iEYEARECAAYFAkzAhCkACgkQ52SDGA2eCwU5RQCfft74i3D52CDSSGG6GDl2L/Uk xYwAn0nAZlfqfl3zcg1DoFXHYgK3EEr3 =S9MC -----END PGP SIGNATURE----- --9/eUdp+dLtKXvemk--