]> Git Repo - linux.git/commit - mm/backing-dev.c
memcg: writeback: use memcg->cgwb_list directly
authorWang Long <[email protected]>
Fri, 8 Jun 2018 00:07:19 +0000 (17:07 -0700)
committerLinus Torvalds <[email protected]>
Fri, 8 Jun 2018 00:34:36 +0000 (17:34 -0700)
commit9ccc361716362e8abb01d9944f8df97b4aac3e23
tree717c399f854389792ee249a15db2d34661604f2a
parent12ba780d64f6c96d40de9c4d1468fb732e64be4c
memcg: writeback: use memcg->cgwb_list directly

mem_cgroup_cgwb_list is a very simple wrapper and it will never be used
outside of code under CONFIG_CGROUP_WRITEBACK.  so use memcg->cgwb_list
directly.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Wang Long <[email protected]>
Reviewed-by: Jan Kara <[email protected]>
Acked-by: Tejun Heo <[email protected]>
Acked-by: Michal Hocko <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Cc: Johannes Weiner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/memcontrol.h
mm/backing-dev.c
mm/memcontrol.c
This page took 0.059039 seconds and 4 git commands to generate.