Date: Fri, 27 Aug 2010 19:48:09 +0400 From: pluknet <pluknet@gmail.com> To: Pawel Jakub Dawidek <pjd@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r211853 - head/sys/rpc Message-ID: <AANLkTin9D4cydk2pVi8STnpdqcJrXbSfWsvCQmvp4O=C@mail.gmail.com> In-Reply-To: <201008262333.o7QNX484056761@svn.freebsd.org> References: <201008262333.o7QNX484056761@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 27 August 2010 03:33, Pawel Jakub Dawidek <pjd@freebsd.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTin9D4cydk2pVi8STnpdqcJrXbSfWsvCQmvp4O=C>