blk_end_sync_rq(9)
NAME
blk_end_sync_rq - executes a completion event on a request
SYNOPSIS
void blk_end_sync_rq(struct request * rq, int error);
ARGUMENTS
- rq
- request to complete
- error
- end io status of the request
blk_end_sync_rq - executes a completion event on a request
void blk_end_sync_rq(struct request * rq, int error);