Re: [PATCH 1/8] blk-mq: add blk_mq_alloc_request_hctx
From: Christoph Hellwig
Date: Wed Jun 08 2016 - 07:56:39 EST
What we really nee to do is to always set the NOWAIT flag (we have a
reserved tag for connect anyway), and thus never trigger the code
deep down in bt_get that might switch to a different hctx.
Below is the version that I've tested together with the NVMe change
to use the NOWAIT flag:
---