1BLK_END_REQUEST_ERR(9) Block Devices BLK_END_REQUEST_ERR(9)
2
3
4
6 blk_end_request_err - Finish a request till the next failure boundary.
7
9 bool blk_end_request_err(struct request * rq, int error);
10
12 rq
13 the request to finish till the next failure boundary for
14
15 error
16 must be negative errno
17
19 Complete rq till the next failure boundary.
20
22 false - we are done with this request true - still buffers pending for
23 this request
24
26Kernel Hackers Manual 2.6. June 2019 BLK_END_REQUEST_ERR(9)