From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Snitzer Subject: Re: [PATCH V3 3/5] blk-mq: move actual issue into one helper Date: Thu, 11 Jan 2018 17:09:05 -0500 Message-ID: <20180111220905.GB31944@redhat.com> References: <20180111060159.12991-1-ming.lei@redhat.com> <20180111060159.12991-4-ming.lei@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180111060159.12991-4-ming.lei@redhat.com> Sender: linux-block-owner@vger.kernel.org To: Ming Lei Cc: Jens Axboe , linux-block@vger.kernel.org, Christoph Hellwig , dm-devel@redhat.com, Bart Van Assche List-Id: dm-devel.ids On Thu, Jan 11 2018 at 1:01am -0500, Ming Lei wrote: > No functional change, just to clean up code a bit, so that the following > change of using direct issue for blk_mq_request_bypass_insert() which is > needed by DM can be easier to do. > > Signed-off-by: Ming Lei Reviewed-by: Mike Snitzer