• Andrew Morton's avatar
    [PATCH] fix small highmem bio bounce bvec handling glitch · 802c64c9
    Andrew Morton authored
    From: Christophe Saout <christophe@saout.de>
    
    __end_that_request_first might modify the bv_offset and bv_len if the
    segment was partially completed.  The bio-read-bounce-back code should use
    the unmodified bv_offset when copying the segment data:
    802c64c9
highmem.c 13.4 KB