1BLK_UNPREP_REQUEST(9) Block Devices BLK_UNPREP_REQUEST(9)
2
3
4
6 blk_unprep_request - unprepare a request
7
9 void blk_unprep_request(struct request * req);
10
12 req
13 the request
14
16 This function makes a request ready for complete resubmission (or
17 completion). It happens only after all error handling is complete, so
18 represents the appropriate moment to deallocate any resources that were
19 allocated to the request in the prep_rq_fn. The queue lock is held when
20 calling this.
21
23Kernel Hackers Manual 3.10 June 2019 BLK_UNPREP_REQUEST(9)