]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mm: zswap: function ordering: pool params
authorJohannes Weiner <hannes@cmpxchg.org>
Tue, 30 Jan 2024 01:36:49 +0000 (20:36 -0500)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 22 Feb 2024 18:24:44 +0000 (10:24 -0800)
commitabca07c04aa56f9eb41056f4d25aaf029afb00a3
treed9e9f8a04442fce76550f1dba5405c581c52b92c
parentc1a0ecb82bdc6e9e972b0adbd74eb56ff33776f9
mm: zswap: function ordering: pool params

Patch series "mm: zswap: cleanups".

Cleanups and maintenance items that accumulated while reviewing zswap
patches.

This patch (of 20):

The parameters primarily control pool attributes. Move those
operations up to the pool section.

Link: https://lkml.kernel.org/r/20240130014208.565554-1-hannes@cmpxchg.org
Link: https://lkml.kernel.org/r/20240130014208.565554-14-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>
mm/zswap.c