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:
parent
9e96610e5b
commit
479b6a9013
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user