Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp1026947ybt; Fri, 19 Jun 2020 22:05:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw98+nRvca0qRrc91mW3yk2qt6nBU9PA4x+JolTeE8T6QZniCSsOeWc8IUnpdr70VhXTI5/ X-Received: by 2002:a17:907:207b:: with SMTP id qp27mr7130203ejb.532.1592629540412; Fri, 19 Jun 2020 22:05:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592629540; cv=none; d=google.com; s=arc-20160816; b=Qg9i5R+V7F5hM2WrfmDsGhBz+udx+J5U1Axx/FjDqpWVyve2iUZa+iqjIbmNqQz6oJ obPAhIP4COYmeIJ4bO+GjEGwVUiXa5kmVzvzmRzdfS1sZr2QU1ZVMKxHY1+3ATdQoVsS Y1QwTKjOz22KqO/CZUtOVgFutrrelT3Pstj+T0DXW2p1tab0aHZJfx6hKw9LjZuoAmoB ux4Eg9f81sfiXC0DbqkmoAgzei/8/nTrAeEb/H9NkviUg7wNbYqnecLuB2rkZ23yeDxa R5n2cwYJwwZTg567ON4QgWdS2UffX8fE4vb8pMYvRr/IMq6iwS6L9xQNAJoYYhyYde3J sCsA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=K79t6rkvn/cL+/qgmlLbIImoIQX50a9Y+OT9N1Kd4Oo=; b=xmUy9uWtLCmah8fKm9uYbWPcn2nCZGXyv+rPKRVwtfjC4i8isOnfr7qM0JNZvEnrE2 d6QSRh/dPWT2iQK7I6g1yMuvpeFSkP8Vpjh8iLFpSudpIlnHmamOQH0//v5pWhkMR9J2 1Jsd/Ospk7wxetfcYbn8W7f0RjXJuZG4RC4keR5VEc6z5As96SJWMtZqSd2U+EUIVcxD IQ0JwVMWPrfKLCBR7OoCGTQ8F3Xsxbr/jXIjd9blMY7BBt/6Z5YWxMZqmZsWISt3yg7m uDL0JplrRO2Hs7vA06DrCBRQRDpdseNyBLQ5R1c2u0PJmPts3OpCF/BKPdGdXCbYkUvj kDjw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-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 o19si5143029eja.256.2020.06.19.22.05.17; Fri, 19 Jun 2020 22:05:40 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-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-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732120AbgFTCxg (ORCPT + 99 others); Fri, 19 Jun 2020 22:53:36 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:54914 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1732110AbgFTCxf (ORCPT ); Fri, 19 Jun 2020 22:53:35 -0400 Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 7D7C0D81B474283F06C9; Sat, 20 Jun 2020 10:53:33 +0800 (CST) Received: from huawei.com (10.175.127.227) by DGGEMS401-HUB.china.huawei.com (10.3.19.201) with Microsoft SMTP Server id 14.3.487.0; Sat, 20 Jun 2020 10:53:22 +0800 From: "zhangyi (F)" To: , , CC: , , , Subject: [PATCH v3 5/5] jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers() Date: Sat, 20 Jun 2020 10:54:27 +0800 Message-ID: <20200620025427.1756360-6-yi.zhang@huawei.com> X-Mailer: git-send-email 2.25.4 In-Reply-To: <20200620025427.1756360-1-yi.zhang@huawei.com> References: <20200620025427.1756360-1-yi.zhang@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.175.127.227] X-CFilter-Loop: Reflected Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org Parameter gfp_mask in jbd2_journal_try_to_free_buffers() is no longer used after commit <536fc240e7147> ("jbd2: clean up jbd2_journal_try_to_free_buffers()"), so just remove it. Signed-off-by: zhangyi (F) --- fs/ext4/inode.c | 2 +- fs/ext4/super.c | 4 ++-- fs/jbd2/transaction.c | 7 +------ include/linux/jbd2.h | 2 +- 4 files changed, 5 insertions(+), 10 deletions(-) diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 79b73a86ef6c..61a56023bec6 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c @@ -3288,7 +3288,7 @@ static int ext4_releasepage(struct page *page, gfp_t wait) if (PageChecked(page)) return 0; if (journal) - return jbd2_journal_try_to_free_buffers(journal, page, wait); + return jbd2_journal_try_to_free_buffers(journal, page); else return try_to_free_buffers(page); } diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 513d1e270f6d..b622995723e4 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c @@ -1294,8 +1294,8 @@ static int bdev_try_to_free_page(struct super_block *sb, struct page *page, if (!page_has_buffers(page)) return 0; if (journal) - return jbd2_journal_try_to_free_buffers(journal, page, - wait & ~__GFP_DIRECT_RECLAIM); + return jbd2_journal_try_to_free_buffers(journal, page); + return try_to_free_buffers(page); } diff --git a/fs/jbd2/transaction.c b/fs/jbd2/transaction.c index a4932e8dcb65..7b20c77fefa9 100644 --- a/fs/jbd2/transaction.c +++ b/fs/jbd2/transaction.c @@ -2078,10 +2078,6 @@ __journal_try_to_free_buffer(journal_t *journal, struct buffer_head *bh) * int jbd2_journal_try_to_free_buffers() - try to free page buffers. * @journal: journal for operation * @page: to try and free - * @gfp_mask: we use the mask to detect how hard should we try to release - * buffers. If __GFP_DIRECT_RECLAIM and __GFP_FS is set, we wait for commit - * code to release the buffers. - * * * For all the buffers on this page, * if they are fully written out ordered data, move them onto BUF_CLEAN @@ -2112,8 +2108,7 @@ __journal_try_to_free_buffer(journal_t *journal, struct buffer_head *bh) * * Return 0 on failure, 1 on success */ -int jbd2_journal_try_to_free_buffers(journal_t *journal, - struct page *page, gfp_t gfp_mask) +int jbd2_journal_try_to_free_buffers(journal_t *journal, struct page *page) { struct buffer_head *head; struct buffer_head *bh; diff --git a/include/linux/jbd2.h b/include/linux/jbd2.h index f613d8529863..6d94b2c4cf75 100644 --- a/include/linux/jbd2.h +++ b/include/linux/jbd2.h @@ -1376,7 +1376,7 @@ extern int jbd2_journal_dirty_metadata (handle_t *, struct buffer_head *); extern int jbd2_journal_forget (handle_t *, struct buffer_head *); extern int jbd2_journal_invalidatepage(journal_t *, struct page *, unsigned int, unsigned int); -extern int jbd2_journal_try_to_free_buffers(journal_t *, struct page *, gfp_t); +extern int jbd2_journal_try_to_free_buffers(journal_t *journal, struct page *page); extern int jbd2_journal_stop(handle_t *); extern int jbd2_journal_flush (journal_t *); extern void jbd2_journal_lock_updates (journal_t *); -- 2.25.4