All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] mm-change-to-return-bool-for-isolate_movable_page-fix.patch removed from -mm tree
@ 2023-02-20 20:45 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2023-02-20 20:45 UTC (permalink / raw)
  To: mm-commits, willy, torvalds, sj, david, baolin.wang, akpm, akpm


The quilt patch titled
     Subject: mm-change-to-return-bool-for-isolate_movable_page-fix
has been removed from the -mm tree.  Its filename was
     mm-change-to-return-bool-for-isolate_movable_page-fix.patch

This patch was dropped because it was folded into mm-change-to-return-bool-for-isolate_movable_page.patch

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: mm-change-to-return-bool-for-isolate_movable_page-fix
Date: Thu Feb 16 02:41:42 PM PST 2023

remove unneeded comment, per Matthew

Cc: Baolin Wang <baolin.wang@linux.alibaba.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---


--- a/mm/memory_hotplug.c~mm-change-to-return-bool-for-isolate_movable_page-fix
+++ a/mm/memory_hotplug.c
@@ -1672,7 +1672,7 @@ do_migrate_range(unsigned long start_pfn
 			isolated = isolate_lru_page(page);
 		else
 			isolated = isolate_movable_page(page, ISOLATE_UNEVICTABLE);
-		if (isolated) { /* Success */
+		if (isolated) {
 			list_add_tail(&page->lru, &source);
 			if (!__PageMovable(page))
 				inc_node_page_state(page, NR_ISOLATED_ANON +
_

Patches currently in -mm which might be from akpm@linux-foundation.org are

mm-change-to-return-bool-for-isolate_movable_page.patch
include-linux-migrateh-remove-unneeded-externs.patch


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

only message in thread, other threads:[~2023-02-20 20:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-20 20:45 [folded-merged] mm-change-to-return-bool-for-isolate_movable_page-fix.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.