Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 02/10/2004 01:33:26
Module Name: src
Committed By: matt
Date: Tue Feb 10 01:33:26 UTC 2004
Modified Files:
src/sys/sys: mbuf.h
Log Message:
Split MCLGET macro to be able to support multiple M_CLUSTER sizes.
Store the pool_cache the cluster was allocated from into (m)->m_ext.ext_arg
and use that when freeing the cluster.
To generate a diff of this commit:
cvs rdiff -r1.88 -r1.89 src/sys/sys/mbuf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.