public inbox for mm-commits@vger.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] liveupdate-initialize-incoming-flb-state-before-finish-fix.patch removed from -mm tree
@ 2026-04-03 17:19 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2026-04-03 17:19 UTC (permalink / raw)
  To: mm-commits, rppt, pratyush, pasha.tatashin, leotimmins1974, akpm,
	akpm


The quilt patch titled
     Subject: liveupdate-initialize-incoming-flb-state-before-finish-fix
has been removed from the -mm tree.  Its filename was
     liveupdate-initialize-incoming-flb-state-before-finish-fix.patch

This patch was dropped because it was folded into liveupdate-initialize-incoming-flb-state-before-finish.patch

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: liveupdate-initialize-incoming-flb-state-before-finish-fix
Date: Fri Mar 27 05:21:05 PM PDT 2026

remove unneeded braces, per Pasha

Cc: Leo Timmins <leotimmins1974@gmail.com>
Cc: Mike Rapoport <rppt@kernel.org>
Cc: Pasha Tatashin <pasha.tatashin@soleen.com>
Cc: Pratyush Yadav <pratyush@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 kernel/liveupdate/luo_flb.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- a/kernel/liveupdate/luo_flb.c~liveupdate-initialize-incoming-flb-state-before-finish-fix
+++ a/kernel/liveupdate/luo_flb.c
@@ -210,9 +210,8 @@ static void luo_flb_file_finish_one(stru
 		}
 	}
 
-	scoped_guard(mutex, &private->incoming.lock) {
+	scoped_guard(mutex, &private->incoming.lock)
 		count = --private->incoming.count;
-	}
 
 	if (!count) {
 		struct liveupdate_flb_op_args args = {0};
_

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

liveupdate-initialize-incoming-flb-state-before-finish.patch


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

only message in thread, other threads:[~2026-04-03 17:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-03 17:19 [folded-merged] liveupdate-initialize-incoming-flb-state-before-finish-fix.patch removed from -mm tree Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox