diff options
author | Xiu Jianfeng <xiujianfeng@huawei.com> | 2023-08-14 22:11:42 +0000 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-08-21 13:37:51 -0700 |
commit | e1dea6d3c68113ac5d15a762e0c93e811e569739 (patch) | |
tree | f4fa448d227618f8d69e45e8c1aa5ede115e04f0 /mm | |
parent | b5ffd2973365298c4d829802653133038837a6f9 (diff) | |
download | linux-starfive-e1dea6d3c68113ac5d15a762e0c93e811e569739.tar.gz linux-starfive-e1dea6d3c68113ac5d15a762e0c93e811e569739.tar.bz2 linux-starfive-e1dea6d3c68113ac5d15a762e0c93e811e569739.zip |
mm/z3fold: remove obsolete comment for struct z3fold_pool
Since commit e774a7bc7f0a ("mm: zswap: remove page reclaim logic from
z3fold"), zpool and zpool_ops have been removed, so also remove the
corresponding comments.
Link: https://lkml.kernel.org/r/20230814221142.486548-1-xiujianfeng@huaweicloud.com
Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com>
Reviewed-by: Miaohe Lin <linmiaohe@huawei.com>
Cc: Vitaly Wool <vitaly.wool@konsulko.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/z3fold.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mm/z3fold.c b/mm/z3fold.c index 7952adf9bede..7c76b396b74c 100644 --- a/mm/z3fold.c +++ b/mm/z3fold.c @@ -133,8 +133,6 @@ struct z3fold_header { * @stale: list of pages marked for freeing * @pages_nr: number of z3fold pages in the pool. * @c_handle: cache for z3fold_buddy_slots allocation - * @zpool: zpool driver - * @zpool_ops: zpool operations structure with an evict callback * @compact_wq: workqueue for page layout background optimization * @release_wq: workqueue for safe page release * @work: work_struct for safe page release |