Subject: Re: CVS commit: src/sys/nfs
To: YAMAMOTO Takashi <yamt@netbsd.org>
From: David Laight <david@l8s.co.uk>
List: source-changes
Date: 05/28/2003 15:33:01
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