svn commit: r211853 - head/sys/rpc

pluknet pluknet at gmail.com
Fri Aug 27 15:48:14 UTC 2010


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).


-- 
wbr,
pluknet


More information about the svn-src-all mailing list