]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-multipath: set QUEUE_FLAG_NOWAIT
authorChristoph Hellwig <hch@lst.de>
Mon, 14 Jun 2021 11:17:34 +0000 (13:17 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 6 Sep 2021 07:59:02 +0000 (09:59 +0200)
commita0eb4e065c6aee1fba2da0d92e8acd89aff94595
treecc1539fa1f8d564032c2a559d78acfe7035e71b6
parent30e1d313486c0d1b929d21911267c07fbc5eb702
nvme-multipath: set QUEUE_FLAG_NOWAIT

The nvme multipathing code just dispatches bios to one of the blk-mq
based paths and never blocks on its own, so set QUEUE_FLAG_NOWAIT
to support REQ_NOWAIT bios.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
drivers/nvme/host/multipath.c