K 10 svn:author V 7 glebius K 8 svn:date V 27 2012-11-26T20:03:57.691882Z K 7 svn:log V 435 drbr_enqueue() awlays consumes mbuf, no matter did it fail or not. The mbuf pointer is no longer valid, so can't be reused after. Fix igb_mq_start() where mbuf pointer was used after drbr_enqueue(). This eventually leads us to all invocations of igb_mq_start_locked() called with third argument as NULL. This allows us to simplify this function. Submitted by: Karim Fodil-Lemelin Reviewed by: jfv END