commit | a9f38e1dec107af70d81338332494bf0a1e76597 | [log] [tgz] |
---|---|---|
author | Omar Sandoval <osandov@fb.com> | Mon Oct 15 09:21:34 2018 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Oct 16 09:50:14 2018 -0600 |
tree | 5dc64e6b16373e83f91047b2a8a24206c051995c | |
parent | 6ec3938cff95fe792a05fdf4ba14f92977e5e31d [diff] |
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: Omar 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: Jens Axboe <axboe@kernel.dk>