1. NAME

blk_end_request_err - Finish a request till the next failure boundary.

2. SYNOPSIS

bool blk_end_request_err(struct request *  rq , int  error );

3. ARGUMENTS

rq
    the request to finish till the next failure boundary for

error
    must be negative errno

4. DESCRIPTION

Complete rq till the next failure boundary.

5. RETURN

false - we are done with this request true - still buffers pending for this request

6. COPYRIGHT