Skip to content
Commit a9f38e1d authored by Omar Sandoval's avatar Omar Sandoval Committed by Jens Axboe
Browse files

floppy: convert to blk-mq



This driver likes to fetch requests from all over the place, so make
queue_rq put requests on a list so that the logic stays the same. Tested
with QEMU.

Signed-off-by: default avatarOmar Sandoval <osandov@fb.com>

Converted to blk_mq_init_sq_queue() and fixed a few spots where the
tag_set leaked on cleanup.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 6ec3938c
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