[PATCH] fix small highmem bio bounce bvec handling glitch
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:
Showing
Please register or sign in to comment