On 27 August 2010 03:33, Pawel Jakub Dawidek <[email protected]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
