From owner-svn-src-all@FreeBSD.ORG Sat Aug 28 18:28: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 4AA1D1065693; Sat, 28 Aug 2010 18:28:22 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (60.wheelsystems.com [83.12.187.60]) by mx1.freebsd.org (Postfix) with ESMTP id E881D8FC14; Sat, 28 Aug 2010 18:28:21 +0000 (UTC) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 58D4945C9C; Sat, 28 Aug 2010 20:28:20 +0200 (CEST) Received: from localhost (chello089077043238.chello.pl [89.77.43.238]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 6E32145C89; Sat, 28 Aug 2010 20:28:15 +0200 (CEST) Date: Sat, 28 Aug 2010 20:28:07 +0200 From: Pawel Jakub Dawidek To: pluknet Message-ID: <20100828182807.GM2077@garage.freebsd.pl> References: <201008262333.o7QNX484056761@svn.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="P9KQiUGMzYCFwWCN" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 9.0-CURRENT amd64 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.6 required=4.5 tests=BAYES_00,RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r211853 - head/sys/rpc 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: Sat, 28 Aug 2010 18:28:22 -0000 --P9KQiUGMzYCFwWCN Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 27, 2010 at 07:48:09PM +0400, pluknet wrote: > On 27 August 2010 03:33, Pawel Jakub Dawidek wrote: > > Author: pjd > > Date: Thu Aug 26 23:33:04 2010 > > New Revision: 211853 > > URL: http://svn.freebsd.org/changeset/base/211853 > > > > Log: > > =A0- Check the result of malloc(M_NOWAIT) in replay_alloc(). The caller > > =A0 =A0(replay_alloc()) knows how to handle replay_alloc() failure. > > =A0- Eliminate 'freed_one' variable, it is not needed - when no entry i= s found > > =A0 =A0rce will be NULL. > > =A0- Add locking assertions where we expect a rc_lock to be held. >=20 > Hi, >=20 > may this help fixing memory leak seen on nfsclient.ko unload right > after nfs_unmount()? >=20 > Warning: memory type rpc leaked memory on destroy (3 allocations, 1216 > bytes leaked). Nope. This change is related to NFS server, not client. --=20 Pawel Jakub Dawidek http://www.wheelsystems.com pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --P9KQiUGMzYCFwWCN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAkx5VTYACgkQForvXbEpPzTDwQCfQgfjyJdEoH2tfooA7EBmFw56 1OAAni3ekv9PIiA5aBWGfiHEJXFyt7Y7 =hzw4 -----END PGP SIGNATURE----- --P9KQiUGMzYCFwWCN--