Subject: Re: CVS commit: syssrc/sys/nfs
To: Minoura Makoto <minoura@netbsd.org>
From: enami tsugutomo <enami@but-b.or.jp>
List: source-changes
Date: 01/22/2002 08:12:26
> Module Name:	syssrc
> Committed By:	minoura
> Date:		Mon Jan 21 13:21:53 UTC 2002
> 
> Modified Files:
> 	syssrc/sys/nfs: nfs_socket.c
> 
> Log Message:
> Correctly write back the updated value of the local variable to the
> struct nfssvc_sock.
> Affected only when a recordmark of RPC over TCP is fragmented to
> multiple mbufs.  I do not know whether this code has ever been executed :)

How incorrect the original code was?  It just results few mbufs of
m_len == 0 at the head of mbuf chain, doesn't it?

enami.