All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] mm-kill-frontswap-fix.patch removed from -mm tree
@ 2023-08-21 20:25 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2023-08-21 20:25 UTC (permalink / raw)
  To: mm-commits, yosryahmed, hannes, akpm


The quilt patch titled
     Subject: mm: kill frontswap fix
has been removed from the -mm tree.  Its filename was
     mm-kill-frontswap-fix.patch

This patch was dropped because it was folded into mm-kill-frontswap.patch

------------------------------------------------------
From: Johannes Weiner <hannes@cmpxchg.org>
Subject: mm: kill frontswap fix
Date: Wed, 19 Jul 2023 10:21:49 -0400

remove obsolete comment, per Yosry

Link: https://lkml.kernel.org/r/20230719142832.GA932528@cmpxchg.org
Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
Cc: Yosry Ahmed <yosryahmed@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/zswap.c |    1 -
 1 file changed, 1 deletion(-)

--- a/mm/zswap.c~mm-kill-frontswap-fix
+++ a/mm/zswap.c
@@ -1425,7 +1425,6 @@ bool zswap_load(struct page *page)
 	spin_lock(&tree->lock);
 	entry = zswap_entry_find_get(&tree->rbroot, offset);
 	if (!entry) {
-		/* entry was written back */
 		spin_unlock(&tree->lock);
 		return false;
 	}
_

Patches currently in -mm which might be from hannes@cmpxchg.org are

mm-kill-frontswap.patch
mm-zswap-use-zswap_invalidate_entry-for-duplicates.patch
mm-zswap-tighten-up-entry-invalidation.patch
mm-zswap-kill-zswap_get_swap_cache_page.patch


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

only message in thread, other threads:[~2023-08-21 20:25 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:25 [folded-merged] mm-kill-frontswap-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.