All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged mm-stable] mm-compaction-remove-unnecessary-else-continue-at-end-of-loop-in-isolate_freepages_block.patch removed from -mm tree
@ 2023-08-21 20:40 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2023-08-21 20:40 UTC (permalink / raw)
  To: mm-commits, shikemeng, mgorman, david, baolin.wang, shikemeng,
	akpm


The quilt patch titled
     Subject: mm/compaction: remove unnecessary "else continue" at end of loop in isolate_freepages_block
has been removed from the -mm tree.  Its filename was
     mm-compaction-remove-unnecessary-else-continue-at-end-of-loop-in-isolate_freepages_block.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: Kemeng Shi <shikemeng@huaweicloud.com>
Subject: mm/compaction: remove unnecessary "else continue" at end of loop in isolate_freepages_block
Date: Thu, 3 Aug 2023 17:49:01 +0800

There is no behavior change to remove "else continue" code at end of scan
loop.  Just remove it to make code cleaner.

Link: https://lkml.kernel.org/r/20230803094901.2915942-5-shikemeng@huaweicloud.com
Signed-off-by: Kemeng Shi <shikemeng@huaweicloud.com>
Reviewed-by: Baolin Wang <baolin.wang@linux.alibaba.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Kemeng Shi <shikemeng@huawei.com>
Cc: Mel Gorman <mgorman@techsingularity.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/compaction.c |    2 --
 1 file changed, 2 deletions(-)

--- a/mm/compaction.c~mm-compaction-remove-unnecessary-else-continue-at-end-of-loop-in-isolate_freepages_block
+++ a/mm/compaction.c
@@ -671,8 +671,6 @@ static unsigned long isolate_freepages_b
 isolate_fail:
 		if (strict)
 			break;
-		else
-			continue;
 
 	}
 
_

Patches currently in -mm which might be from shikemeng@huaweicloud.com are



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

only message in thread, other threads:[~2023-08-21 20:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-21 20:40 [merged mm-stable] mm-compaction-remove-unnecessary-else-continue-at-end-of-loop-in-isolate_freepages_block.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.