svn commit: r199866 - head/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Fri Nov 27 17:25:20 UTC 2009


Author: tuexen
Date: Fri Nov 27 17:25:19 2009
New Revision: 199866
URL: http://svn.freebsd.org/changeset/base/199866

Log:
  Use the default stack size for the iterator thread.
  This fixes a crash reported by Irene Ruengeler.
  
  Approved by: rrs (mentor)
  MFC after: 1 month

Modified:
  head/sys/netinet/sctp_constants.h

Modified: head/sys/netinet/sctp_constants.h
==============================================================================
--- head/sys/netinet/sctp_constants.h	Fri Nov 27 13:38:59 2009	(r199865)
+++ head/sys/netinet/sctp_constants.h	Fri Nov 27 17:25:19 2009	(r199866)
@@ -93,7 +93,7 @@ __FBSDID("$FreeBSD$");
 #endif
 
 #define SCTP_KTRHEAD_NAME "sctp_iterator"
-#define SCTP_KTHREAD_PAGES 2
+#define SCTP_KTHREAD_PAGES 0
 
 
 /* If you support Multi-VRF how big to


More information about the svn-src-all mailing list