svn commit: r211853 - head/sys/rpc

Pawel Jakub Dawidek pjd at FreeBSD.org
Sat Aug 28 18:28:22 UTC 2010


On Fri, Aug 27, 2010 at 07:48:09PM +0400, pluknet wrote:
> On 27 August 2010 03:33, Pawel Jakub Dawidek <pjd at 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:
> >  - Check the result of malloc(M_NOWAIT) in replay_alloc(). The caller
> >    (replay_alloc()) knows how to handle replay_alloc() failure.
> >  - Eliminate 'freed_one' variable, it is not needed - when no entry is found
> >    rce will be NULL.
> >  - 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).

Nope. This change is related to NFS server, not client.

-- 
Pawel Jakub Dawidek                       http://www.wheelsystems.com
pjd at FreeBSD.org                           http://www.FreeBSD.org
FreeBSD committer                         Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-head/attachments/20100828/a887a73a/attachment.pgp


More information about the svn-src-head mailing list