• Jens Axboe's avatar
    [PATCH] bio splitting · 15e9369d
    Jens Axboe authored
    So here it is, easy split support for md and dm. Neil, the changes over
    your version are merely:
    
    - Make a global bio split pool instead of requring device setup of one.
      Will waste 8 * sizeof(struct bio_pair) of RAM, but... For 2.6 at least
      it has to be a core functionality.
    
    - Various style changes to follow the kernel guide lines.
    15e9369d
bio.h 9.08 KB