HomeFreeBSD

MFC r354416:

Description

MFC r354416:

m_pulldown(): Change an if () panic() into a KASSERT().

If we pass in a NULL mbuf to m_pulldown() we are in a bad situation
already.  There is no point in doing that check for production code.
Change the if () panic() into a KASSERT.

Details

Provenance
bzAuthored on
Parents
rS356448: MFC r354416:
Branches
Unknown
Tags
Unknown