end_queued_request(9)
NAME
end_queued_request - end all I/O on a queued request
SYNOPSIS
void end_queued_request(struct request * rq, int uptodate);
ARGUMENTS
- rq
- the request being processed
- uptodate
- error value or 0/1 uptodate flag
DESCRIPTION
Ends all I/O on a request, and removes it from the block layer queues.
Not suitable for normal IO completion, unless the driver still has the
request attached to the block layer.