K 10 svn:author V 5 silby K 8 svn:date V 27 2003-11-28T18:48:59.000000Z K 7 svn:log V 291 Remove the call to M_ASSERTVALID from BPF_MTAP; some mbufs passed to mpf are allocated on the stack, which causes this check to falsely trigger. A new check which takes on-stack mbufs into account will be reintroduced after 5.2 is out the door. Approved by: re (watson) Requested by: many END