Messages in this thread |  | | From | Yosry Ahmed <> | | Date | Thu, 18 Jan 2024 09:37:14 -0800 | | Subject | Re: [PATCH 1/2] mm/zswap: make sure each swapfile always have zswap rb-tree |
| |
On Wed, Jan 17, 2024 at 1:23 AM Chengming Zhou <zhouchengming@bytedance.com> wrote: > > Not all zswap interfaces can handle the absence of the zswap rb-tree, > actually only zswap_store() has handled it for now. > > To make things simple, we make sure each swapfile always have the > zswap rb-tree prepared before being enabled and used. The preparation > is unlikely to fail in practice, this patch just make it explicit. > > Signed-off-by: Chengming Zhou <zhouchengming@bytedance.com>
Acked-by: Yosry Ahmed <yosryahmed@google.com>
|  |