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 X-Spam-Level: X-Spam-Status: No, score=-16.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7FE39C2B9F4 for ; Tue, 22 Jun 2021 12:35:22 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 2962B60FF2 for ; Tue, 22 Jun 2021 12:35:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2962B60FF2 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id BC2C66B0098; Tue, 22 Jun 2021 08:35:21 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id B99C76B0099; Tue, 22 Jun 2021 08:35:21 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id A8AD66B009A; Tue, 22 Jun 2021 08:35:21 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0195.hostedemail.com [216.40.44.195]) by kanga.kvack.org (Postfix) with ESMTP id 74E5C6B0098 for ; Tue, 22 Jun 2021 08:35:21 -0400 (EDT) Received: from smtpin23.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay05.hostedemail.com (Postfix) with ESMTP id 15F09181AEF15 for ; Tue, 22 Jun 2021 12:35:21 +0000 (UTC) X-FDA: 78281305242.23.81D3389 Received: from casper.infradead.org (casper.infradead.org [90.155.50.34]) by imf22.hostedemail.com (Postfix) with ESMTP id BC054C00F786 for ; Tue, 22 Jun 2021 12:35:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=3pnIGezyLg2uitqRe0DCTnJwktJCWKNOvWRkQFvpOYk=; b=ct5TFw1E+pxXLWYcc7ztJs/sJQ gJvwfszu1ZMykySyTR8lcRYPK5S1srDqx0/Xty2E9PDiYmGHSLqZwLFr3JL6SQpCnh5fQN9r+A8wH 3QK3obibM4NEEa5bI0oCI9cXsEVdneWgui0euoSyAUZdOBgKpaCULcFycyZqeqHpZYOVAH/fizcff XdI6n2yXb6mYWzZ1myY0wUSvTZc1NbZiPdsTzpwZ4yBuWQcZrk9WrGKZQCS1JI4bUD9kHdslJjW+2 t9MIkvGpMLCvmo5XnZTFNGpJWnx8QmQEZB889yBsnFCphF2tqfcel25665O6kt69jO1w8ANoY+rs6 terMjEIg==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1lvfaZ-00EHRW-5l; Tue, 22 Jun 2021 12:33:34 +0000 From: "Matthew Wilcox (Oracle)" To: akpm@linux-foundation.org Cc: "Matthew Wilcox (Oracle)" , linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 21/46] mm/writeback: Rename __add_wb_stat() to wb_stat_mod() Date: Tue, 22 Jun 2021 13:15:26 +0100 Message-Id: <20210622121551.3398730-22-willy@infradead.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210622121551.3398730-1-willy@infradead.org> References: <20210622121551.3398730-1-willy@infradead.org> MIME-Version: 1.0 X-Rspamd-Server: rspam05 X-Rspamd-Queue-Id: BC054C00F786 X-Stat-Signature: 8g69noc3fdsuymdtyduh1ecbdciebfup Authentication-Results: imf22.hostedemail.com; dkim=pass header.d=infradead.org header.s=casper.20170209 header.b=ct5TFw1E; dmarc=none; spf=none (imf22.hostedemail.com: domain of willy@infradead.org has no SPF policy when checking 90.155.50.34) smtp.mailfrom=willy@infradead.org X-HE-Tag: 1624365320-795116 Content-Transfer-Encoding: quoted-printable X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: Make this look like the newly renamed vmstat functions. Signed-off-by: Matthew Wilcox (Oracle) --- include/linux/backing-dev.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/linux/backing-dev.h b/include/linux/backing-dev.h index 44df4fcef65c..a852876bb6e2 100644 --- a/include/linux/backing-dev.h +++ b/include/linux/backing-dev.h @@ -64,7 +64,7 @@ static inline bool bdi_has_dirty_io(struct backing_dev_= info *bdi) return atomic_long_read(&bdi->tot_write_bandwidth); } =20 -static inline void __add_wb_stat(struct bdi_writeback *wb, +static inline void wb_stat_mod(struct bdi_writeback *wb, enum wb_stat_item item, s64 amount) { percpu_counter_add_batch(&wb->stat[item], amount, WB_STAT_BATCH); @@ -72,12 +72,12 @@ static inline void __add_wb_stat(struct bdi_writeback= *wb, =20 static inline void inc_wb_stat(struct bdi_writeback *wb, enum wb_stat_it= em item) { - __add_wb_stat(wb, item, 1); + wb_stat_mod(wb, item, 1); } =20 static inline void dec_wb_stat(struct bdi_writeback *wb, enum wb_stat_it= em item) { - __add_wb_stat(wb, item, -1); + wb_stat_mod(wb, item, -1); } =20 static inline s64 wb_stat(struct bdi_writeback *wb, enum wb_stat_item it= em) --=20 2.30.2