Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/nfs



On Wed, May 21, 2003 at 02:41:27PM +0000, YAMAMOTO Takashi wrote:
> 
> Module Name:  src
> Committed By: yamt
> Date:         Wed May 21 14:41:27 UTC 2003
> 
> Modified Files:
>       src/sys/nfs: nfs_socket.c nfs_syscalls.c
> 
> Log Message:
> - use FREE not free for MALLOC'ed memory.

Erm why????

These are all error paths (or at least look like them), so the
(possibly dubious) performance improvement from the inlined FREE()
will be of no benefit.

All the change does is increase the size of the kernel.


        David

-- 
David Laight: david%l8s.co.uk@localhost



Home | Main Index | Thread Index | Old Index