bsg: Add sparse annotations to bsg_request_fn()
Avoid that sparse complains about unbalanced lock actions. Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com> Signed-off-by: Jens Axboe <axboe@fb.com>
This commit is contained in:
parent
382cf633ed
commit
dbb3ab0356
@ -161,6 +161,8 @@ failjob_rls_job:
|
|||||||
* Drivers/subsys should pass this to the queue init function.
|
* Drivers/subsys should pass this to the queue init function.
|
||||||
*/
|
*/
|
||||||
void bsg_request_fn(struct request_queue *q)
|
void bsg_request_fn(struct request_queue *q)
|
||||||
|
__releases(q->queue_lock)
|
||||||
|
__acquires(q->queue_lock)
|
||||||
{
|
{
|
||||||
struct device *dev = q->queuedata;
|
struct device *dev = q->queuedata;
|
||||||
struct request *req;
|
struct request *req;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user