This KASSERT() shouldn't have been merged. It checks the stuff done

in mb_free_ext() in HEAD, that wasn't merged.
This commit is contained in:
glebius 2006-01-21 12:08:03 +00:00
parent 9e96610e5b
commit 479b6a9013

View File

@ -318,7 +318,6 @@ mb_dtor_mbuf(void *mem, int size, void *arg)
m = (struct mbuf *)mem;
if ((m->m_flags & M_PKTHDR) != 0)
m_tag_delete_chain(m, NULL);
KASSERT((m->m_flags & M_EXT) == 0, ("%s: M_EXT set", __func__));
#ifdef INVARIANTS
trash_dtor(mem, size, arg);
#endif