* + mm-z3fold-remove-obsolete-comment-for-struct-z3fold_pool.patch added to mm-unstable branch
@ 2023-08-14 18:32 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2023-08-14 18:32 UTC (permalink / raw)
To: mm-commits, vitaly.wool, linmiaohe, xiujianfeng, akpm
The patch titled
Subject: mm/z3fold: remove obsolete comment for struct z3fold_pool
has been added to the -mm mm-unstable branch. Its filename is
mm-z3fold-remove-obsolete-comment-for-struct-z3fold_pool.patch
This patch will shortly appear at
https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-z3fold-remove-obsolete-comment-for-struct-z3fold_pool.patch
This patch will later appear in the mm-unstable branch at
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Before you just go and hit "reply", please:
a) Consider who else should be cc'ed
b) Prefer to cc a suitable mailing list as well
c) Ideally: find the original patch on the mailing list and do a
reply-to-all to that, adding suitable additional cc's
*** Remember to use Documentation/process/submit-checklist.rst when testing your code ***
The -mm tree is included into linux-next via the mm-everything
branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
and is updated there every 2-3 working days
------------------------------------------------------
From: Xiu Jianfeng <xiujianfeng@huawei.com>
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@huaweicloud.com
Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com>
Cc: Miaohe Lin <linmiaohe@huawei.com>
Cc: Vitaly Wool <vitaly.wool@konsulko.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
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@huawei.com are
mm-zswap-update-comment-for-struct-zswap_entry.patch
mm-z3fold-remove-obsolete-comment-for-struct-z3fold_pool.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-08-14 18:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-14 18:32 + mm-z3fold-remove-obsolete-comment-for-struct-z3fold_pool.patch added to mm-unstable branch Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.