From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by mail19.linbit.com (LINBIT Mail Daemon) with ESMTP id 9451B4203D3 for ; Tue, 12 May 2020 10:08:53 +0200 (CEST) Date: Tue, 12 May 2020 10:08:20 +0200 From: Christoph Hellwig To: Dan Williams Message-ID: <20200512080820.GA2336@lst.de> References: <20200508161517.252308-1-hch@lst.de> <20200509082352.GB21834@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: Jens Axboe , linux-xtensa@linux-xtensa.org, linux-raid , Sergey Senozhatsky , linux-nvdimm , Geoff Levand , Linux Kernel Mailing List , Jim Paris , Joshua Morris , linux-block@vger.kernel.org, Minchan Kim , linux-m68k@lists.linux-m68k.org, Philip Kelleher , linux-bcache@vger.kernel.org, linuxppc-dev , Christoph Hellwig , Nitin Gupta , drbd-dev@lists.linbit.com Subject: Re: [Drbd-dev] remove a few uses of ->queuedata List-Id: "*Coordination* of development, patches, contributions -- *Questions* \(even to developers\) go to drbd-user, please." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, May 09, 2020 at 08:07:14AM -0700, Dan Williams wrote: > > which are all used in the I/O submission path (generic_make_request / > > generic_make_request_checks). This is mostly a prep cleanup patch to > > also remove the pointless queue argument from ->make_request - then > > ->queue is an extra dereference and extra churn. > > Ah ok. If the changelogs had been filled in with something like "In > preparation for removing @q from make_request_fn, stop using > ->queuedata", I probably wouldn't have looked twice. > > For the nvdimm/ driver updates you can add: > > Reviewed-by: Dan Williams > > ...or just let me know if you want me to pick those up through the nvdimm tree. I'd love you to pick them up through the nvdimm tree. Do you want to fix up the commit message yourself?