From owner-svn-src-all@FreeBSD.ORG Fri Aug 27 15:48:14 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 BD1EA10656A3; Fri, 27 Aug 2010 15:48:14 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 1D96F8FC18; Fri, 27 Aug 2010 15:48:13 +0000 (UTC) Received: by qyk8 with SMTP id 8so816794qyk.13 for ; Fri, 27 Aug 2010 08:48:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=SPYj/2xXZEHw8HGQM8VvYYMOOxQdXA1iPKQw4c+DpNw=; b=hEh/o3V5OkuW3tmBOs8Vw36g9jQuSF/rH4jO3G+xclRlYQgFOHFQEkXFexpsDs2wDk y0unFPXwJaw8EaIwyh47N/7W1cYk9Fd+yDHZta8r+jhGNcV0uC0XgmZSlJdTXTK/86Gk 0ShQzK8wY4ORCm3aqMGqEWEYSUUgyPLFz2zsY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Bvd0LASjJkY1wRfP6fgY/f4up0oWLZ+L5QZ/26vcP+UAZxG/TbSPXHrYlsqtxpx+jr Ozi086lY+cdpxyy8t7w9qZB92F8hep+J0oKWoVFSz6vCBqCFVJtGOT+ppA+NcwqKWQ4/ GvEiD6R3bENect855N9+TwUByeoUwVZHrNelA= MIME-Version: 1.0 Received: by 10.229.224.147 with SMTP id io19mr660313qcb.69.1282924089818; Fri, 27 Aug 2010 08:48:09 -0700 (PDT) Received: by 10.229.26.81 with HTTP; Fri, 27 Aug 2010 08:48:09 -0700 (PDT) In-Reply-To: <201008262333.o7QNX484056761@svn.freebsd.org> References: <201008262333.o7QNX484056761@svn.freebsd.org> Date: Fri, 27 Aug 2010 19:48:09 +0400 Message-ID: From: pluknet To: Pawel Jakub Dawidek Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: Fri, 27 Aug 2010 15:48:14 -0000 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 is = found > =A0 =A0rce will be NULL. > =A0- Add locking assertions where we expect a rc_lock to be held. Hi, may this help fixing memory leak seen on nfsclient.ko unload right after nfs_unmount()? Warning: memory type rpc leaked memory on destroy (3 allocations, 1216 bytes leaked). --=20 wbr, pluknet