02397cd bio_vecs aren't guaranteed to be one page long anymore

1 file Authored by Dakota Williams 4 years ago, Committed by ngompa 4 years ago,
    bio_vecs aren't guaranteed to be one page long anymore
    
    Multi-page bvecs cause this double-check to be inaccurate and would lock
    the machine.
    
    This loop resets the read position into the bvec for kernel versions
    prior to the existence of bvec iterators. Afterwards, it doesn't rely on
    this mechanism.
    
        
file modified
+7 -0