Name
__blk_end_request_err — Finish a request till the next failure boundary.
Synopsis
bool__blk_end_request_err( | struct request *rq, |
| | interror); |
Arguments
struct request * rq the request to finish till the next failure boundary for
int error must be negative errno
Description
Completerq till the next failure boundary. Must be called with queue lock held.
Return
false - we are done with this requesttrue - still buffers pending for this request