diff options
author | glebius <glebius@FreeBSD.org> | 2012-11-26 20:03:57 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2012-11-26 20:03:57 +0000 |
commit | 6a18eda622e1e5ceebf492ff86b00faf06f68257 (patch) | |
tree | b64e3b399434c943d369192c3006fd7e6352f168 /usr.sbin/rtprio | |
parent | ff9490f069daf7658e130826a0a67a2da9f7b589 (diff) | |
download | FreeBSD-src-6a18eda622e1e5ceebf492ff86b00faf06f68257.zip FreeBSD-src-6a18eda622e1e5ceebf492ff86b00faf06f68257.tar.gz |
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 <fodillemlinkarim gmail.com>
Reviewed by: jfv
Diffstat (limited to 'usr.sbin/rtprio')
0 files changed, 0 insertions, 0 deletions