Searched hist:111091 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/xl/
H A Dif_xl.cdiff 111091 Tue Feb 18 16:50:54 MST 2003 mux - Fix mbuf leak when we successfully allocate a new mbuf but fail to
bus_dmamap_load() it.
- Make it so reusing mbufs when we can't allocate (or map) new ones
actually works. We were previously trying to reuse a mbuf which
was already bus_dmamap_unload()'ed.

Reviewed by: silby

Completed in 190 milliseconds