From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:53492 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933147AbeAKWKQ (ORCPT ); Thu, 11 Jan 2018 17:10:16 -0500 Date: Thu, 11 Jan 2018 17:10:08 -0500 From: Mike Snitzer To: Ming Lei Cc: Jens Axboe , linux-block@vger.kernel.org, Christoph Hellwig , dm-devel@redhat.com, Bart Van Assche Subject: Re: [PATCH V3 4/5] blk-mq: return dispatch result to caller in blk_mq_try_issue_directly Message-ID: <20180111221007.GC31944@redhat.com> References: <20180111060159.12991-1-ming.lei@redhat.com> <20180111060159.12991-5-ming.lei@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20180111060159.12991-5-ming.lei@redhat.com> Sender: linux-block-owner@vger.kernel.org List-Id: linux-block@vger.kernel.org On Thu, Jan 11 2018 at 1:01am -0500, Ming Lei wrote: > In the following patch, we will use blk_mq_try_issue_directly() for DM > to return the dispatch result, and DM need this informatin to improve > IO merge. > > Signed-off-by: Ming Lei Reviewed-by: Mike Snitzer