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 0841AC41513 for ; Mon, 24 Jul 2023 14:13:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231901AbjGXONS (ORCPT ); Mon, 24 Jul 2023 10:13:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42212 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231844AbjGXONN (ORCPT ); Mon, 24 Jul 2023 10:13:13 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7AA8CE63; Mon, 24 Jul 2023 07:13:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=QoHRL+6O1bo6UL+IKJkBEoaL8Gbkrd8gM20QpXwI87A=; b=jsJjwvTtwgfDcdXecB/V55ehE8 +21aNMeFv3JRE0pCREAjc0ZcdF+iuRwcVF6URVeBgyqryvnJxkJYbpWsRfyeIbXleSzZe4nwPZ9Sr 6NSXnbYIJmI4FS7eEnGuAS49QyRoEL2Ao1WWxLLI+FJ3J4Ef5AgA5/7Yw+sTu0f1oOKn41wWOjEQk 3McuXSP8zhKdnvePYNa+obkF5DemKvZZbAboFVQQAv30SKSLHopj2NjFHt/j2qa2NoMUWwJIo9wld Q6bazMui+hPU33QncNu1P0l1+KhDbv0zCcILc2zB9CVyd++Vy28tOi1fLoWo0LZGrPzjQ2NNCJHDA APkjb6ug==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1qNwJ4-004ZP9-3A; Mon, 24 Jul 2023 14:13:02 +0000 Date: Mon, 24 Jul 2023 07:13:02 -0700 From: Christoph Hellwig To: Arnd Bergmann Cc: Chris Mason , Josef Bacik , David Sterba , Arnd Bergmann , kernel test robot , Johannes Thumshirn , Qu Wenruo , Anand Jain , Filipe Manana , linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] btrfs: remove unused pages_processed variable Message-ID: References: <20230724121934.1406807-1-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230724121934.1406807-1-arnd@kernel.org> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Mon, Jul 24, 2023 at 02:19:15PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann > > The only user of pages_processed was removed, so it's now a local write-only > variable that can be eliminated as well: Hmm, I thought I had fixed this up, but obviously that version didn't end up in for-next, probably due to a faul on my side.. Looks good: Reviewed-by: Christoph Hellwig