From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qv1-f42.google.com (mail-qv1-f42.google.com [209.85.219.42]) by mail19.linbit.com (LINBIT Mail Daemon) with ESMTP id BBD724203EA for ; Wed, 1 Jul 2020 18:38:16 +0200 (CEST) Received: by mail-qv1-f42.google.com with SMTP id p7so11286170qvl.4 for ; Wed, 01 Jul 2020 09:38:16 -0700 (PDT) Sender: Tejun Heo Date: Wed, 1 Jul 2020 12:38:13 -0400 From: Tejun Heo To: Christoph Hellwig Message-ID: <20200701163813.GA5046@mtj.thefacebook.com> References: <20200701090622.3354860-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200701090622.3354860-1-hch@lst.de> Cc: Jens Axboe , linux-raid@vger.kernel.org, linux-bcache@vger.kernel.org, linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, linux-mm@kvack.org, dm-devel@redhat.com, cgroups@vger.kernel.org, linux-btrfs@vger.kernel.org, drbd-dev@lists.linbit.com Subject: Re: [Drbd-dev] remove dead bdi congestion leftovers 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 Wed, Jul 01, 2020 at 11:06:18AM +0200, 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. Acked-by: Tejun Heo Thanks a lot for killing the dead code. -- tejun