
NAME
blk_complete_barrier_rq_locked - complete possible barrier request
SYNOPSIS
int blk_complete_barrier_rq_locked (request_queue_t * q,
struct request * rq,
int sectors);
ARGUMENTS
q the request queue for the device
rq the request
sectors
number of sectors to complete
DESCRIPTION
See blk_complete_barrier_rq. This variant must be used if the caller
holds the queue lock.