]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC: r268726
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 24 Aug 2014 13:03:51 +0000 (13:03 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 24 Aug 2014 13:03:51 +0000 (13:03 +0000)
commit61b7ec12a43c9ebd30f422f97c197016aa79b010
treeed8e7f9bbeb7fd119b1e0f98167f8182c69e54c9
parentf4e3f8b60b40ed2a7b514f296c2a2534ab1cbb3e
MFC: r268726
Move the "retry:" label so that the calls to m_pullup() are
not done after the call to m_defrag(). This fixes a problem
where m_pullup() would prepend an mbuf to the list created
by m_defrag() making the chain greater than 32 again.

git-svn-id: svn://svn.freebsd.org/base/stable/9@270458 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/e1000/if_em.c