Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp2518772ybk; Tue, 12 May 2020 01:10:17 -0700 (PDT) X-Google-Smtp-Source: APiQypKEsQe9YWSsuBK/jeXTIPNXOl8TI7V4L890P+DnW1YQUJW5QEC1/oX5Fmo8SwFNYx/1frAJ X-Received: by 2002:a50:d98b:: with SMTP id w11mr15528766edj.196.1589271017613; Tue, 12 May 2020 01:10:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589271017; cv=none; d=google.com; s=arc-20160816; b=ButdT6DSvfIBZqtVTqf25AxkBEr9tpeA9g4bBgzldyC2Bz5ERxF4q48e++aYBu3ZLw 0r4CFo0QBXBze0/aSN5Q9IHb0BalFn9EvfoxtvR5yjP7UD9BEiuUHwepvVsoondSTRpG a3WyU824QMYEoe3IJvSVUhnhuysmZStx13a1Rjzs+5afsUf52gCD1o6xrGhXhXKwuWY5 X0SxIGaDlwX68hRYHDcD1IFFaJ3t04KsTSZUDAN+FJz8zOfGt09au6b1r61Iw9fjKfSU FJQpP2R7I7hOYZId+dkonoKDrp65btQ6gHsn9NHVTdci2xRFg2xErPluhBrk88z9uTf+ 6q2g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=wdbdnqLIerD8VtOvoubPiqW6bTFPLvq92HFtyscBuC0=; b=wqqdGR2f5AvaenLl/Pij/gE6MHkTj2z3gOE2jHQ8SPApuY7jHlD1n+VdGF1lJ+s8QC h6qmKU0F2YLNab1QxS6jepsxoLWN/fUyjurzpplxdnm7wUd3O5FgNQLwbbSbFsdYqLvD iwwoXLJ7XI9MUckt4hZI1DCTY8hcytLBzZGz61hEeUdAIEkALhs3pdC5ki5bbSaDzog3 quMpQ76ZRERtyepW7o+PIP/9CBBormqMJqEvKfN//6NilqfwmNXVl6qL8iib52RMkKrx J6gShadmCgjP7PP4FcXm0PgBpp9etkeRvz8iXmOWdjDZy8gUdWUZUDGKXq5tVkH2zfru 0dyw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id bm7si4146527edb.68.2020.05.12.01.09.54; Tue, 12 May 2020 01:10:17 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729025AbgELII0 (ORCPT + 99 others); Tue, 12 May 2020 04:08:26 -0400 Received: from verein.lst.de ([213.95.11.211]:39810 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725889AbgELIIZ (ORCPT ); Tue, 12 May 2020 04:08:25 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 1BC1368BEB; Tue, 12 May 2020 10:08:21 +0200 (CEST) Date: Tue, 12 May 2020 10:08:20 +0200 From: Christoph Hellwig To: Dan Williams Cc: Christoph Hellwig , Jens Axboe , Jim Paris , Geoff Levand , Joshua Morris , Philip Kelleher , Minchan Kim , Nitin Gupta , Sergey Senozhatsky , linux-m68k@lists.linux-m68k.org, Linux Kernel Mailing List , linux-xtensa@linux-xtensa.org, drbd-dev@lists.linbit.com, linux-block@vger.kernel.org, linuxppc-dev , linux-bcache@vger.kernel.org, linux-raid , linux-nvdimm Subject: Re: remove a few uses of ->queuedata 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: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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?