__blk_end_request_cur — Helper function to finish the current request chunk.
bool__blk_end_request_cur(
)
struct request * rq
the request to finish the current chunk for
int error
0 for success, <0 for error
0
Complete the current consecutively mapped chunk fromrq. Must be called with queue lock held.
rq
false - we are done with this requesttrue - still buffers pending for this request
false
true