From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:10537 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933147AbeAKWJO (ORCPT ); Thu, 11 Jan 2018 17:09:14 -0500 Date: Thu, 11 Jan 2018 17:09:05 -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 3/5] blk-mq: move actual issue into one helper 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 In-Reply-To: <20180111060159.12991-4-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: > 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