On Fri, May 21, 2021 at 01:21:43PM -0700, Keith Busch wrote: > The generic blk_execute_rq() knows how to handle polled completions. Use > that instead of implementing an nvme specific handler. > > Signed-off-by: Keith Busch <kbusch@xxxxxxxxxx> > --- > No changes since v2 Looks fine, one thing need to pay attention is that this nvme polled request won't be marked as REQ_HIPRI. Reviewed-by: Ming Lei <ming.lei@xxxxxxxxxx> -- Ming