PERFORCE change 126814 for review

Kip Macy kmacy at FreeBSD.org
Tue Sep 25 22:14:19 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=126814

Change 126814 by kmacy at kmacy_home:ethng on 2007/09/26 05:13:17

	make sure that the cluster reference is fetched from the right zone

Affected files ...

.. //depot/projects/ethng/src/sys/sys/mbuf.h#7 edit

Differences ...

==== //depot/projects/ethng/src/sys/sys/mbuf.h#7 (text+ko) ====

@@ -80,7 +80,7 @@
 		    ("Unexpected mbuf type has lazy refcnt %d",		\
 			(m)->m_ext.ext_type));				\
 		(m)->m_ext.ref_cnt = (u_int *)uma_find_refcnt(		\
-		    zone_clust, (m)->m_ext.ext_buf);			\
+			m_getzone((m)->m_ext.ext_size), (m)->m_ext.ext_buf); \
 		*((m)->m_ext.ref_cnt) = 2;				\
 	} else								\
 		atomic_add_int((m)->m_ext.ref_cnt, 1);			\


More information about the p4-projects mailing list