K 10 svn:author V 2 bz K 8 svn:date V 27 2020-01-07T16:49:56.801111Z K 7 svn:log V 257 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. END