From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 07/18] dm: always defer request allocation to the owner of the request_queue Date: Fri, 27 Jan 2017 17:36:04 +0100 Message-ID: <20170127163604.GA17337@lst.de> References: <1485365126-23210-1-git-send-email-hch@lst.de> <1485365126-23210-8-git-send-email-hch@lst.de> <20170127163434.GA30221@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20170127163434.GA30221@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Mike Snitzer Cc: linux-block@vger.kernel.org, linux-raid@vger.kernel.org, linux-scsi@vger.kernel.org, Jens Axboe , dm-devel@redhat.com, Junichi Nomura , Christoph Hellwig List-Id: linux-raid.ids On Fri, Jan 27, 2017 at 11:34:34AM -0500, Mike Snitzer wrote: > Noticed after further review that it seems a bit weird to have the non > blk-mq support in drivers calling blk_mq_rq_to_pdu(). But I'm not sure > a blk_rq_to_pdu() macro to blk_mq_rq_to_pdu() is the right thing. What > do you guys think? My first version had an additional name for it, but it caused more confusion than help.