req
the request being processed
uptodate
1 for success, 0 for I/O error, < 0 for specific error
nr_bytes
number of bytes to complete
Ends I/O on a number of bytes attached to req
, and sets it up
for the next range of segments (if any). Like end_that_request_first
,
but deals with bytes instead of sectors.