From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id ED48EC7EE2E for ; Thu, 1 Jun 2023 04:06:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230349AbjFAEGQ (ORCPT ); Thu, 1 Jun 2023 00:06:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58694 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230169AbjFAEGP (ORCPT ); Thu, 1 Jun 2023 00:06:15 -0400 Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ED59B93 for ; Wed, 31 May 2023 21:06:13 -0700 (PDT) Received: from cwcc.thunk.org (pool-173-48-119-27.bstnma.fios.verizon.net [173.48.119.27]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 35144uJl025934 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 1 Jun 2023 00:04:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mit.edu; s=outgoing; t=1685592303; bh=mIavo5j4+6St+xYcUc/m3FtaH+qhMLsBPwolTHZN5go=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=nJgLIM8bsghBqgoXKZjgAIvBsl1fN8A71/4BAhNIH12Mc4kaX0scpDkCoBhixBbTZ gW9wJbEuch5eyPKGIWPjUMuWYynPCinG2gNgtfUuJrUWbrQOIB1/daL+AtTGrscc0g fXlPmr5nR3b26+X2puSMJFG8wjxOOpXpEgrs4hC7JxLTQWWTeGcDvap8QDXckRZXNF k7FAnsbKeVvtL8unzzJONnG5qW8XPIo7C4llJN6UaCMVsMnQmm5/uChVkKfw85MPhX KpKei7rQwD+KqaqOdYkfi5taGJngIgiMPrCZzkOvzWlsLIJw75OrFU22cuYv40BzcH 3fVMgSgTtY6jg== Received: by cwcc.thunk.org (Postfix, from userid 15806) id D1FCB15C02EE; Thu, 1 Jun 2023 00:04:56 -0400 (EDT) Date: Thu, 1 Jun 2023 00:04:56 -0400 From: "Theodore Ts'o" To: Christoph Hellwig Cc: Matthew Wilcox , Jens Axboe , Xiubo Li , Ilya Dryomov , Alexander Viro , Christian Brauner , Jaegeuk Kim , Chao Yu , Miklos Szeredi , Andreas Gruenbacher , "Darrick J. Wong" , Trond Myklebust , Anna Schumaker , Damien Le Moal , Andrew Morton , linux-block@vger.kernel.org, ceph-devel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, cluster-devel@redhat.com, linux-xfs@vger.kernel.org, linux-nfs@vger.kernel.org, linux-mm@kvack.org, Hannes Reinecke Subject: Re: [PATCH 01/12] backing_dev: remove current->backing_dev_info Message-ID: <20230601040456.GA896851@mit.edu> References: <20230531075026.480237-1-hch@lst.de> <20230531075026.480237-2-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230531075026.480237-2-hch@lst.de> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Wed, May 31, 2023 at 09:50:15AM +0200, Christoph Hellwig wrote: > The last user of current->backing_dev_info disappeared in commit > b9b1335e6403 ("remove bdi_congested() and wb_congested() and related > functions"). Remove the field and all assignments to it. > > Signed-off-by: Christoph Hellwig > Reviewed-by: Hannes Reinecke > Reviewed-by: Darrick J. Wong Acked-by: Theodore Ts'o