From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org, quic_charante@quicinc.com,
mhocko@suse.com, david@redhat.com, xueshi.hu@smartx.com,
akpm@linux-foundation.org
Subject: [merged mm-stable] mm-remove-clear_page_idle.patch removed from -mm tree
Date: Fri, 11 Aug 2023 16:00:45 -0700 [thread overview]
Message-ID: <20230811230045.E540DC433C8@smtp.kernel.org> (raw)
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
reply other threads:[~2023-08-11 23:03 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=20230811230045.E540DC433C8@smtp.kernel.org \
--to=akpm@linux-foundation.org \
--cc=david@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mhocko@suse.com \
--cc=mm-commits@vger.kernel.org \
--cc=quic_charante@quicinc.com \
--cc=xueshi.hu@smartx.com \
/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.