commit | 36034bf6fcdb1281e3f8db27d68b6516a3aed4c7 | [log] [tgz] |
---|---|---|
author | Johannes Weiner <hannes@cmpxchg.org> | Mon Jan 29 20:36:52 2024 -0500 |
committer | Andrew Morton <akpm@linux-foundation.org> | Thu Feb 22 10:24:44 2024 -0800 |
tree | f30763d40d854c9d6c5e2ad8ca7cf89538cb946f | |
parent | 5182661a11baeda74a547660b11570f5b5124eaf [diff] |
mm: zswap: function ordering: move entry section out of tree section The higher-level entry operations modify the tree, so move the entry API after the tree section. Link: https://lkml.kernel.org/r/20240130014208.565554-17-hannes@cmpxchg.org Signed-off-by: Johannes Weiner <hannes@cmpxchg.org> Reviewed-by: Nhat Pham <nphamcs@gmail.com> Cc: Chengming Zhou <zhouchengming@bytedance.com> Cc: Yosry Ahmed <yosryahmed@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>