Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/09/2002 03:46:34
Module Name:	syssrc
Committed By:	thorpej
Date:		Sat Mar  9 01:46:33 UTC 2002

Modified Files:
	syssrc/sys/kern: uipc_mbuf.c
	syssrc/sys/sys: mbuf.h

Log Message:
Make mbpool and mclpool use the new drain hook facaility.  Adjust
m_reclaim() to match the drain hook signature.  This allows us to
delete m_retry() and m_retryhdr(), as the pool allocator will now
perform the reclaimation step for us.

From art@openbsd.org.


To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 syssrc/sys/kern/uipc_mbuf.c
cvs rdiff -r1.63 -r1.64 syssrc/sys/sys/mbuf.h

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