BLK_END_REQUEST_CUR(9) Block Devices BLK_END_REQUEST_CUR(9)NAMEblk_end_request_cur - Helper function to finish the current request chunk.SYNOPSISbool blk_end_request_cur(struct request * rq, int error);ARGUMENTSrq the request to finish the current chunk for error 0 for success, < 0 for errorDESCRIPTIONComplete the current consecutively mapped chunk from rq.RETURNfalse - we are done with this request true - still buffers pending for this requestCOPYRIGHTKernel Hackers Manual 2.6. July 2010 BLK_END_REQUEST_CUR(9)