Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2011 15:00:25 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-net@FreeBSD.org
Subject:   Re: kern/154676: commit references a PR
Message-ID:  <201104141500.p3EF0P56074491@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/154676; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/154676: commit references a PR
Date: Thu, 14 Apr 2011 14:54:35 +0000 (UTC)

 Author: glebius
 Date: Thu Apr 14 14:54:22 2011
 New Revision: 220622
 URL: http://svn.freebsd.org/changeset/base/220622
 
 Log:
   Revert r194662, since it breaks ng_ksocket(4) and may break
   other socket consumers with alternate sb_upcall.
   
   PR:		kern/154676
   Submitted by:	Arnaud Lacombe <lacombar gmail.com>
   MFC after:	7 days
 
 Modified:
   head/sys/kern/uipc_sockbuf.c
 
 Modified: head/sys/kern/uipc_sockbuf.c
 ==============================================================================
 --- head/sys/kern/uipc_sockbuf.c	Thu Apr 14 14:25:47 2011	(r220621)
 +++ head/sys/kern/uipc_sockbuf.c	Thu Apr 14 14:54:22 2011	(r220622)
 @@ -528,9 +528,6 @@ sbappendstream_locked(struct sockbuf *sb
  
  	SBLASTMBUFCHK(sb);
  
 -	/* Remove all packet headers and mbuf tags to get a pure data chain. */
 -	m_demote(m, 1);
 -	
  	sbcompress(sb, m, sb->sb_mbtail);
  
  	sb->sb_lastrecord = sb->sb_mb;
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104141500.p3EF0P56074491>