Skip to content

Commit 2564f68

Browse files
Vladimir Davydovtorvalds
authored andcommitted
memcg: remove obsolete comment
Low and high watermarks, as they defined in the TODO to the mem_cgroup struct, have already been implemented by Johannes, so remove the stale comment. Signed-off-by: Vladimir Davydov <[email protected]> Cc: Johannes Weiner <[email protected]> Acked-by: Michal Hocko <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent adbe427 commit 2564f68

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mm/memcontrol.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,6 @@ static void mem_cgroup_oom_notify(struct mem_cgroup *memcg);
259259
* page cache and RSS per cgroup. We would eventually like to provide
260260
* statistics based on the statistics developed by Rik Van Riel for clock-pro,
261261
* to help the administrator determine what knobs to tune.
262-
*
263-
* TODO: Add a water mark for the memory controller. Reclaim will begin when
264-
* we hit the water mark. May be even add a low water mark, such that
265-
* no reclaim occurs from a cgroup at it's low water mark, this is
266-
* a feature that will be implemented much later in the future.
267262
*/
268263
struct mem_cgroup {
269264
struct cgroup_subsys_state css;

0 commit comments

Comments
 (0)