Received: by 2002:a25:ef43:0:0:0:0:0 with SMTP id w3csp333522ybm; Thu, 28 May 2020 04:06:06 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy09+KuTd1YFG+5pEAeGZM9Re3aoZZ7hnMF2Mtb/+KDhjyidn3RlG1NlBTkwZu0r80GKeRg X-Received: by 2002:a17:906:f44:: with SMTP id h4mr2476475ejj.38.1590663966350; Thu, 28 May 2020 04:06:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590663966; cv=none; d=google.com; s=arc-20160816; b=ZpticXcMYFIuzHVbkKWvc0N4B5zrB/15R6a3WRWSSST1lk87BdC0K8olZwdRZYKJ0T R9t/ZXZfuKrWoICaqstpqhwG0Z55Nq2TFWwsCfakATWDz0gMz1+fWXOvF5khg2DX1tOH pJyXKVfw6gOLofliup8kHG9rPG3ZGND1H695xXepZ030VyGQMx8qPQDAJ6XkhZN1WWlq JxO/Yb7zrkCNSN8reBblsrj0Bw1Uveg7V2ni5Tszf3OlsVmtsZ4nM5ebTyvSpm6GUgID CK95w8zWmqI/FXgB7GQSkui9rDuyyecZo7l9TDE1SFgqeDeshjw7up/Sztje2jRNEjBD UJKQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=qjELwNeLAMN5dFNvri9LwTPB1+NggNpCGrARJ4pu1mA=; b=V4j3e22p+YABxvlPCSb9W/u37COVUpEYFINL5fCa3AIPuuigtwoB4KE8pxH17dKgio AcH9GSV9w8nFe54pF4VEWKioVbFxmzRALJYL5AiZ4/4y5uNJ3mBVZXY3o8v3Uoqomtlr x7S0zD2iGp3+2Sgp8aFx/OEhfF4+4sZb/aXp3TRSELobM9SMz/YIQTC2KPJF9tGVwRPL MP4fcDbgFRAB01DLUEoxvik8K5Mueh8iIRGQbZ7Zfa8KJQqvjZw/jAlq1MhPk0qxRyDY JkES/A1exH9OCoE3sS6hMd7L6lCIJ3QjBwkZe7a6lueokY51J+NavhSODwKiycdDUzKZ Z8VA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d11si3325883eds.416.2020.05.28.04.05.43; Thu, 28 May 2020 04:06:06 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388250AbgE1LCt (ORCPT + 99 others); Thu, 28 May 2020 07:02:49 -0400 Received: from out30-54.freemail.mail.aliyun.com ([115.124.30.54]:40620 "EHLO out30-54.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388064AbgE1LBk (ORCPT ); Thu, 28 May 2020 07:01:40 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R171e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04394;MF=alex.shi@linux.alibaba.com;NM=1;PH=DS;RN=17;SR=0;TI=SMTPD_---0TztM4bn_1590663686; Received: from localhost(mailfrom:alex.shi@linux.alibaba.com fp:SMTPD_---0TztM4bn_1590663686) by smtp.aliyun-inc.com(127.0.0.1); Thu, 28 May 2020 19:01:26 +0800 From: Alex Shi To: akpm@linux-foundation.org, mgorman@techsingularity.net, tj@kernel.org, hughd@google.com, khlebnikov@yandex-team.ru, daniel.m.jordan@oracle.com, yang.shi@linux.alibaba.com, willy@infradead.org, hannes@cmpxchg.org, lkp@intel.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org, cgroups@vger.kernel.org, shakeelb@google.com, iamjoonsoo.kim@lge.com, richard.weiyang@gmail.com Cc: Alex Shi Subject: [PATCH v11 05/16] mm/thp: move lru_add_page_tail func to huge_memory.c Date: Thu, 28 May 2020 19:00:47 +0800 Message-Id: <1590663658-184131-6-git-send-email-alex.shi@linux.alibaba.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1590663658-184131-1-git-send-email-alex.shi@linux.alibaba.com> References: <1590663658-184131-1-git-send-email-alex.shi@linux.alibaba.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The func is only used in huge_memory.c, defining it in other file with a CONFIG_TRANSPARENT_HUGEPAGE macro restrict just looks weird. Let's move it THP. Signed-off-by: Alex Shi Cc: Andrew Morton Cc: Johannes Weiner Cc: Matthew Wilcox Cc: Hugh Dickins Cc: linux-kernel@vger.kernel.org Cc: linux-mm@kvack.org --- include/linux/swap.h | 2 -- mm/huge_memory.c | 30 ++++++++++++++++++++++++++++++ mm/swap.c | 33 --------------------------------- 3 files changed, 30 insertions(+), 35 deletions(-) diff --git a/include/linux/swap.h b/include/linux/swap.h index d9e362c7439c..d12ecacce307 100644 --- a/include/linux/swap.h +++ b/include/linux/swap.h @@ -338,8 +338,6 @@ extern void lru_note_cost(struct lruvec *lruvec, bool file, unsigned int nr_pages); extern void lru_note_cost_page(struct page *); extern void lru_cache_add(struct page *); -extern void lru_add_page_tail(struct page *page, struct page *page_tail, - struct lruvec *lruvec, struct list_head *head); extern void activate_page(struct page *); extern void mark_page_accessed(struct page *); extern void lru_add_drain(void); diff --git a/mm/huge_memory.c b/mm/huge_memory.c index 21e6687895e2..4c3990ba29cb 100644 --- a/mm/huge_memory.c +++ b/mm/huge_memory.c @@ -2316,6 +2316,36 @@ static void remap_page(struct page *page) } } +void lru_add_page_tail(struct page *page, struct page *page_tail, + struct lruvec *lruvec, struct list_head *list) +{ + VM_BUG_ON_PAGE(!PageHead(page), page); + VM_BUG_ON_PAGE(PageCompound(page_tail), page); + VM_BUG_ON_PAGE(PageLRU(page_tail), page); + lockdep_assert_held(&lruvec_pgdat(lruvec)->lru_lock); + + if (!list) + SetPageLRU(page_tail); + + if (likely(PageLRU(page))) + list_add_tail(&page_tail->lru, &page->lru); + else if (list) { + /* page reclaim is reclaiming a huge page */ + get_page(page_tail); + list_add_tail(&page_tail->lru, list); + } else { + /* + * Head page has not yet been counted, as an hpage, + * so we must account for each subpage individually. + * + * Put page_tail on the list at the correct position + * so they all end up in order. + */ + add_page_to_lru_list_tail(page_tail, lruvec, + page_lru(page_tail)); + } +} + static void __split_huge_page_tail(struct page *head, int tail, struct lruvec *lruvec, struct list_head *list) { diff --git a/mm/swap.c b/mm/swap.c index acd88873f076..ffb4ea7b82b5 100644 --- a/mm/swap.c +++ b/mm/swap.c @@ -880,39 +880,6 @@ void __pagevec_release(struct pagevec *pvec) } EXPORT_SYMBOL(__pagevec_release); -#ifdef CONFIG_TRANSPARENT_HUGEPAGE -/* used by __split_huge_page_refcount() */ -void lru_add_page_tail(struct page *page, struct page *page_tail, - struct lruvec *lruvec, struct list_head *list) -{ - VM_BUG_ON_PAGE(!PageHead(page), page); - VM_BUG_ON_PAGE(PageCompound(page_tail), page); - VM_BUG_ON_PAGE(PageLRU(page_tail), page); - lockdep_assert_held(&lruvec_pgdat(lruvec)->lru_lock); - - if (!list) - SetPageLRU(page_tail); - - if (likely(PageLRU(page))) - list_add_tail(&page_tail->lru, &page->lru); - else if (list) { - /* page reclaim is reclaiming a huge page */ - get_page(page_tail); - list_add_tail(&page_tail->lru, list); - } else { - /* - * Head page has not yet been counted, as an hpage, - * so we must account for each subpage individually. - * - * Put page_tail on the list at the correct position - * so they all end up in order. - */ - add_page_to_lru_list_tail(page_tail, lruvec, - page_lru(page_tail)); - } -} -#endif /* CONFIG_TRANSPARENT_HUGEPAGE */ - static void __pagevec_lru_add_fn(struct page *page, struct lruvec *lruvec, void *arg) { -- 1.8.3.1