Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 05/27/2006 13:35:20
Module Name:	src
Committed By:	bouyer
Date:		Sat May 27 13:35:20 UTC 2006

Modified Files:
	src/sys/netinet: tcp_input.c

Log Message:
Revert rev 1.241: calling m_makewritable() in tcp_input causes problems when
it has to change the mbuf chain. I experience hard hang on a Xen2 domU after
TCP connections have been closed, and a crash has been reported which may be
caused by this too.


To generate a diff of this commit:
cvs rdiff -r1.241 -r1.242 src/sys/netinet/tcp_input.c

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