blk_end_request_err (9) Linux Manual Page
blk_end_request_err – Finish a request till the next failure boundary.
Synopsis
-
bool blk_end_request_err(struct requestrq* , interror);
Arguments
rq
-
- the request to finish till the next failure boundary for
error
- must be negative errno
Description
Complete rq till the next failure boundary.
Return
false – we are done with this request true – still buffers pending for this request
