All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged mm-stable] mm-remove-clear_page_idle.patch removed from -mm tree
@ 2023-08-11 23:00 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2023-08-11 23:00 UTC (permalink / raw)
  To: mm-commits, quic_charante, mhocko, david, xueshi.hu, akpm


The quilt patch titled
     Subject: mm: remove clear_page_idle()
has been removed from the -mm tree.  Its filename was
     mm-remove-clear_page_idle.patch

This patch was dropped because it was merged into the mm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm

------------------------------------------------------
From: Xueshi Hu <xueshi.hu@smartx.com>
Subject: mm: remove clear_page_idle()
Date: Wed, 12 Jul 2023 21:49:59 +0800

All callers have now been converted to call folio_clear_idle().

Link: https://lkml.kernel.org/r/20230712134959.145373-1-xueshi.hu@smartx.com
Signed-off-by: Xueshi Hu <xueshi.hu@smartx.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Cc: Charan Teja Kalla <quic_charante@quicinc.com>
Cc: Michal Hocko <mhocko@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/page_idle.h |    5 -----
 1 file changed, 5 deletions(-)

--- a/include/linux/page_idle.h~mm-remove-clear_page_idle
+++ a/include/linux/page_idle.h
@@ -144,9 +144,4 @@ static inline void set_page_idle(struct
 {
 	folio_set_idle(page_folio(page));
 }
-
-static inline void clear_page_idle(struct page *page)
-{
-	folio_clear_idle(page_folio(page));
-}
 #endif /* _LINUX_MM_PAGE_IDLE_H */
_

Patches currently in -mm which might be from xueshi.hu@smartx.com are



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-11 23:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-11 23:00 [merged mm-stable] mm-remove-clear_page_idle.patch removed from -mm tree Andrew Morton

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.