From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 27 Jan 2017 17:36:04 +0100 From: Christoph Hellwig To: Mike Snitzer Cc: Christoph Hellwig , Jens Axboe , Junichi Nomura , linux-block@vger.kernel.org, linux-scsi@vger.kernel.org, linux-raid@vger.kernel.org, dm-devel@redhat.com Subject: Re: [PATCH 07/18] dm: always defer request allocation to the owner of the request_queue 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 In-Reply-To: <20170127163434.GA30221@redhat.com> Sender: linux-scsi-owner@vger.kernel.org List-ID: 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.