[RFC PATCH 5/6] nvme: Add unlock_from_suspend

Christoph Hellwig hch at infradead.org
Tue Nov 1 06:57:05 PDT 2016


On Tue, Nov 01, 2016 at 10:18:13AM +0200, Sagi Grimberg wrote:
> > +
> > +	return nvme_insert_rq(q, req, 1, sec_submit_endio);
> 
> No need to introduce nvme_insert_rq at all, just call
> blk_mq_insert_request (other examples call blk_execute_rq_nowait
> but its pretty much the same...)

blk_execute_rq_nowait is the API to use - blk_mq_insert_request isn't
even exported.



More information about the Linux-nvme mailing list