diff options
| author | 2021-02-24 12:04:08 -0800 | |
|---|---|---|
| committer | 2021-02-24 13:38:30 -0800 | |
| commit | c41a40b6baf732ca1d519ff558fb0082c0c04e9a (patch) | |
| tree | 146bb31545ac3fd6040b60881dafc4eb80937fa5 /include/linux | |
| parent | mm/memcontrol: remove redundant NULL check (diff) | |
| download | linux-dev-c41a40b6baf732ca1d519ff558fb0082c0c04e9a.tar.xz linux-dev-c41a40b6baf732ca1d519ff558fb0082c0c04e9a.zip | |
mm: memcontrol: replace the loop with a list_for_each_entry()
The rule of list walk has gone since commit a9d5adeeb4b2
("mm/memcontrol: allow to uncharge page without using page->lru field")
So remove the strange comment and replace the loop with a
list_for_each_entry().
There is only one caller of the uncharge_list(). So just fold it into
mem_cgroup_uncharge_list() and remove it.
Link: https://lkml.kernel.org/r/20210204163055.56080-1-songmuchun@bytedance.com
Signed-off-by: Muchun Song <songmuchun@bytedance.com>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Acked-by: Roman Gushchin <guro@fb.com>
Reviewed-by: Miaohe Lin <linmiaohe@huawei.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
