From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 18 May 2017 11:32:39 +0200 From: Christoph Hellwig To: Linus Walleij Cc: linux-mmc@vger.kernel.org, Ulf Hansson , Adrian Hunter , linux-block@vger.kernel.org, Jens Axboe , Christoph Hellwig , Arnd Bergmann , Bartlomiej Zolnierkiewicz , Paolo Valente Subject: Re: [PATCH 2/6 v2] mmc: core: Allocate per-request data using the block layer core Message-ID: <20170518093239.GA9250@lst.de> References: <20170518092936.9277-1-linus.walleij@linaro.org> <20170518092936.9277-2-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20170518092936.9277-2-linus.walleij@linaro.org> List-ID: Btw, you can also remove the struct request backpointer in struct mmc_queue_req now - blk_mq_rq_from_pdu will do it for you without the need for a pointer.