]> 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)
commit3097d7d2b2577e9b5fe09bddad17846a44e134cd
treecc1539fa1f8d564032c2a559d78acfe7035e71b6
parent97f10d20094b37dccced07f87848e4027792b1c7
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