Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp1131993ybt; Wed, 8 Jul 2020 22:35:29 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxdkfZ1+0HkSCHXRyel5iFdXJ28PknyVDUMVjBZc8b1CfdzFHNvS9OgsVfNfcSeF7zdEx09 X-Received: by 2002:a17:906:1751:: with SMTP id d17mr37968222eje.140.1594272929540; Wed, 08 Jul 2020 22:35:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594272929; cv=none; d=google.com; s=arc-20160816; b=Iz/fM2EcCnY07hjLArFjlMLpHivDswS8f+T8oqrvckXtHXGFpaUleTn05sKVaGfTlh NvUvLy+xtRQKZzR/ahn2IQfEWCOuszrIZ9j1YV61X0KxxHbUrU1GLKRdYtdAtoGtQDaL MiSrkzOOOnDmaLcQ2jT0xEvEvvyeeMoos3M5FPaDQPNCHadVdHoGLytxBGuo3SHPXLy9 UN+M2cyjk9Qz2WK8j6soqc4lh6Bg35dES3JTagf0LGE+1hfFSdZiqd7of6kGSpf+gsG6 j3JemVudedK7WEMlHHXPe7stVhcLxf8LLA83OZAVZ6Q3NwvPSOqbYfWg7PrsZhkIlwbb So4w== 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-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=YKKjbuIHAHP/6Y/aHluRLbG9LerMimk1AVFKTE/uGBk=; b=Y73Dhzbjmi898nXxk0my836xnkmuZugZrouQFGDd1qOclZzEGCdqRSO90Agm9TgvoP F3qMZknyvoGBmnhFIL3cfVvQ+0aIle+/rMTQw+eeZbuXSgK32YTU4HrEKtkOry5ojXYI GT4eyNzZrGIOPFcQWRWvOjskV+OeTDSOuWRrkDmQQQsmv2pGMV0nYlucaicp1OyiKmG6 +duQqa+PzMWlbKpIPaXwx1RfsXPsJMa5JViCnbM7iOiX1jhUcl9uNlbmICpPAVHQBRm/ BP2qHP6W1QoXtPVLC9M/K6IWfmSVd+CbxkMXWepWNLvIcfPDYprNK99YKX88ZG0GFR4b JwuQ== 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 by17si1373613edb.369.2020.07.08.22.35.07; Wed, 08 Jul 2020 22:35:29 -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 S1726578AbgGIFci (ORCPT + 99 others); Thu, 9 Jul 2020 01:32:38 -0400 Received: from verein.lst.de ([213.95.11.211]:38023 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726091AbgGIFci (ORCPT ); Thu, 9 Jul 2020 01:32:38 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 2292B68B05; Thu, 9 Jul 2020 07:32:34 +0200 (CEST) Date: Thu, 9 Jul 2020 07:32:33 +0200 From: Christoph Hellwig To: Jens Axboe Cc: Christoph Hellwig , Tejun Heo , dm-devel@redhat.com, cgroups@vger.kernel.org, linux-block@vger.kernel.org, drbd-dev@lists.linbit.com, linux-bcache@vger.kernel.org, linux-raid@vger.kernel.org, linux-btrfs@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: remove dead bdi congestion leftovers Message-ID: <20200709053233.GA3243@lst.de> References: <20200701090622.3354860-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit 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 Wed, Jul 08, 2020 at 05:14:29PM -0600, Jens Axboe wrote: > On 7/1/20 3:06 AM, Christoph Hellwig wrote: > > Hi Jens, > > > > we have a lot of bdi congestion related code that is left around without > > any use. This series removes it in preparation of sorting out the bdi > > lifetime rules properly. > > Please run series like this through a full compilation, for both this one > and the previous series I had to fix up issues like this: > > drivers/md/bcache/request.c: In function ‘bch_cached_dev_request_init’: > drivers/md/bcache/request.c:1233:18: warning: unused variable ‘g’ [-Wunused-variable] > 1233 | struct gendisk *g = dc->disk.disk; > | ^ > drivers/md/bcache/request.c: In function ‘bch_flash_dev_request_init’: > drivers/md/bcache/request.c:1320:18: warning: unused variable ‘g’ [-Wunused-variable] > 1320 | struct gendisk *g = d->disk; > | ^ > > Did the same here, applied it. And just like the previous one I did, and the compiler did not complain. There must be something about certain gcc versions not warning about variables that are initialized but not otherwise used.