Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 1b792f2f authored by Jens Axboe's avatar Jens Axboe
Browse files

blk-mq: add flag for drivers wanting blocking ->queue_rq()


If a driver sets BLK_MQ_F_BLOCKING, it is allowed to block in its
->queue_rq() handler. For that case, blk-mq ensures that we always
calls it from a safe context.

Signed-off-by: default avatarJens Axboe <axboe@fb.com>
Tested-by: default avatarJosef Bacik <jbacik@fb.com>
parent 63581af3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment