* [folded-merged] zswap-replace-rb-tree-with-xarray-v10.patch removed from -mm tree
@ 2024-04-26 3:30 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2024-04-26 3:30 UTC (permalink / raw)
To: mm-commits, zhouchengming, yosryahmed, willy, v-songbaohua,
nphamcs, hannes, chrisl, akpm
The quilt patch titled
Subject: zswap: replace RB tree with xarray
has been removed from the -mm tree. Its filename was
zswap-replace-rb-tree-with-xarray-v10.patch
This patch was dropped because it was folded into zswap-replace-rb-tree-with-xarray.patch
------------------------------------------------------
From: Chris Li <chrisl@kernel.org>
Subject: zswap: replace RB tree with xarray
Date: Tue, 26 Mar 2024 14:17:26 -0700
restore original comment "erase" to "invalidate"
Link: https://lkml.kernel.org/r/20240326-zswap-xarray-v10-1-bf698417c968@kernel.org
Signed-off-by: Chris Li <chrisl@kernel.org>
Cc: Barry Song <v-songbaohua@oppo.com>
Cc: Chengming Zhou <zhouchengming@bytedance.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Nhat Pham <nphamcs@gmail.com>
Cc: Yosry Ahmed <yosryahmed@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
mm/zswap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/mm/zswap.c~zswap-replace-rb-tree-with-xarray-v10
+++ a/mm/zswap.c
@@ -1576,7 +1576,7 @@ bool zswap_load(struct folio *folio)
VM_WARN_ON_ONCE(!folio_test_locked(folio));
/*
- * When reading into the swapcache, erase our entry. The
+ * When reading into the swapcache, invalidate our entry. The
* swapcache can be the authoritative owner of the page and
* its mappings, and the pressure that results from having two
* in-memory copies outweighs any benefits of caching the
_
Patches currently in -mm which might be from chrisl@kernel.org are
zswap-replace-rb-tree-with-xarray.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-04-26 3:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-26 3:30 [folded-merged] zswap-replace-rb-tree-with-xarray-v10.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.