From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org, willy@infradead.org,
gregory.price@memverge.com, david@redhat.com,
wangkefeng.wang@huawei.com, akpm@linux-foundation.org
Subject: [nacked] page_idle-kill-page-idle-and-young-wrapper.patch removed from -mm tree
Date: Fri, 10 Nov 2023 10:20:13 -0800 [thread overview]
Message-ID: <20231110182014.26041C433BF@smtp.kernel.org> (raw)
The quilt patch titled
Subject: page_idle: kill page idle and young wrapper
has been removed from the -mm tree. Its filename was
page_idle-kill-page-idle-and-young-wrapper.patch
This patch was dropped because it was nacked
------------------------------------------------------
From: Kefeng Wang <wangkefeng.wang@huawei.com>
Subject: page_idle: kill page idle and young wrapper
Date: Fri, 10 Nov 2023 11:33:24 +0800
Since all the calls of page idle and young functions are gone, let's
remove all the wrappers.
Link: https://lkml.kernel.org/r/20231110033324.2455523-8-wangkefeng.wang@huawei.com
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Gregory Price <gregory.price@memverge.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
include/linux/page_idle.h | 25 -------------------------
1 file changed, 25 deletions(-)
--- a/include/linux/page_idle.h~page_idle-kill-page-idle-and-young-wrapper
+++ a/include/linux/page_idle.h
@@ -119,29 +119,4 @@ static inline void folio_clear_idle(stru
}
#endif /* CONFIG_PAGE_IDLE_FLAG */
-
-static inline bool page_is_young(struct page *page)
-{
- return folio_test_young(page_folio(page));
-}
-
-static inline void set_page_young(struct page *page)
-{
- folio_set_young(page_folio(page));
-}
-
-static inline bool test_and_clear_page_young(struct page *page)
-{
- return folio_test_clear_young(page_folio(page));
-}
-
-static inline bool page_is_idle(struct page *page)
-{
- return folio_test_idle(page_folio(page));
-}
-
-static inline void set_page_idle(struct page *page)
-{
- folio_set_idle(page_folio(page));
-}
#endif /* _LINUX_MM_PAGE_IDLE_H */
_
Patches currently in -mm which might be from wangkefeng.wang@huawei.com are
reply other threads:[~2023-11-10 19:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231110182014.26041C433BF@smtp.kernel.org \
--to=akpm@linux-foundation.org \
--cc=david@redhat.com \
--cc=gregory.price@memverge.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mm-commits@vger.kernel.org \
--cc=wangkefeng.wang@huawei.com \
--cc=willy@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.