diff options
author | 2018-10-15 09:18:24 -0600 | |
---|---|---|
committer | 2018-10-16 09:50:09 -0600 | |
commit | 6ec3938cff95fe792a05fdf4ba14f92977e5e31d (patch) | |
tree | 5b258ee5fd848a348dc15d0108dff7c15333f6d5 /drivers/pci/controller/dwc | |
parent | ataflop: fix error handling during setup (diff) | |
download | wireguard-linux-6ec3938cff95fe792a05fdf4ba14f92977e5e31d.tar.xz wireguard-linux-6ec3938cff95fe792a05fdf4ba14f92977e5e31d.zip |
ataflop: convert to blk-mq
This driver is already pretty broken, in that it has two wait_events()
(one in stdma_lock()) in request_fn. Get rid of the first one by
freezing/quiescing the queue on format, and the second one by replacing
it with stdma_try_lock(). The rest is straightforward. Compile-tested
only and probably incorrect.
Cc: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: Omar Sandoval <osandov@fb.com>
Converted to blk_mq_init_sq_queue()
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/pci/controller/dwc')
0 files changed, 0 insertions, 0 deletions