9a15da2 Changed tracing params bio_sects to a list

1 file Authored by Dakota Williams 3 years ago, Committed by ngompa 3 years ago,
1 file changed. 52 lines added. 26 lines removed.
    Changed tracing params bio_sects to a list
    
    With multipage bio, it keeps overflowing, which we catch and then error.
    Now, we'll dynamically allocate bio_sector_maps and never overflow
    (until we run out of memory).
    
        
file modified
+52 -26