The patch titled Subject: include/linux/memcontrol.h: fix comments based on per-node memcg has been added to the -mm tree. Its filename is mm-fix-comments-based-on-per-node-memcg.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-fix-comments-based-on-per-node-memcg.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-fix-comments-based-on-per-node-memcg.patch 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 and is updated there every 3-4 working days ------------------------------------------------------ From: Hao Lee <haolee.swjtu@xxxxxxxxx> Subject: include/linux/memcontrol.h: fix comments based on per-node memcg These comments should be updated as memcg limit enforcement has been moved from zones to nodes. Link: http://lkml.kernel.org/r/20191022150618.GA15519@xxxxxxxxxxxxxxxx Signed-off-by: Hao Lee <haolee.swjtu@xxxxxxxxx> Acked-by: Roman Gushchin <guro@xxxxxx> Acked-by: Michal Hocko <mhocko@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/memcontrol.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) --- a/include/linux/memcontrol.h~mm-fix-comments-based-on-per-node-memcg +++ a/include/linux/memcontrol.h @@ -111,7 +111,7 @@ struct memcg_shrinker_map { }; /* - * per-zone information in memory controller. + * per-node information in memory controller. */ struct mem_cgroup_per_node { struct lruvec lruvec; @@ -398,8 +398,7 @@ mem_cgroup_nodeinfo(struct mem_cgroup *m * @memcg: memcg of the wanted lruvec * * Returns the lru list vector holding pages for a given @node or a given - * @memcg and @zone. This can be the node lruvec, if the memory controller - * is disabled. + * @memcg. This can be the node lruvec, if the memory controller is disabled. */ static inline struct lruvec *mem_cgroup_lruvec(struct pglist_data *pgdat, struct mem_cgroup *memcg) _ Patches currently in -mm which might be from haolee.swjtu@xxxxxxxxx are mm-fix-comments-based-on-per-node-memcg.patch mm-fix-struct-member-name-in-function-comments.patch