The quilt patch titled Subject: mm/z3fold: remove obsolete comment for struct z3fold_pool has been removed from the -mm tree. Its filename was mm-z3fold-remove-obsolete-comment-for-struct-z3fold_pool.patch This patch was dropped because it was merged into the mm-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ From: Xiu Jianfeng <xiujianfeng@xxxxxxxxxx> Subject: mm/z3fold: remove obsolete comment for struct z3fold_pool Date: Mon, 14 Aug 2023 22:11:42 +0000 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@xxxxxxxxxxxxxxx Signed-off-by: Xiu Jianfeng <xiujianfeng@xxxxxxxxxx> Reviewed-by: Miaohe Lin <linmiaohe@xxxxxxxxxx> Cc: Vitaly Wool <vitaly.wool@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/z3fold.c | 2 -- 1 file changed, 2 deletions(-) --- a/mm/z3fold.c~mm-z3fold-remove-obsolete-comment-for-struct-z3fold_pool +++ a/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 _ Patches currently in -mm which might be from xiujianfeng@xxxxxxxxxx are