Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 03/19/2006 10:07:20
Module Name:	src
Committed By:	yamt
Date:		Sun Mar 19 10:07:20 UTC 2006

Modified Files:
	src/sys/kern: uipc_mbuf.c

Log Message:
m_copyback0:
- unify two copies of code to extend a chain.
- when extending a chain,
	- use trailing space of the last mbuf if any.
	- use mbuf cluster if appropriate.


To generate a diff of this commit:
cvs rdiff -r1.108 -r1.109 src/sys/kern/uipc_mbuf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.