diff options
Diffstat (limited to 'include/linux/cgroup.h')
-rw-r--r-- | include/linux/cgroup.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index 5207c28c2402..50d8cc37498b 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h | |||
@@ -275,6 +275,9 @@ enum { | |||
275 | * - "tasks" is removed. Everything should be at process | 275 | * - "tasks" is removed. Everything should be at process |
276 | * granularity. Use "cgroup.procs" instead. | 276 | * granularity. Use "cgroup.procs" instead. |
277 | * | 277 | * |
278 | * - "cgroup.procs" is not sorted. pids will be unique unless they | ||
279 | * got recycled inbetween reads. | ||
280 | * | ||
278 | * - "release_agent" and "notify_on_release" are removed. | 281 | * - "release_agent" and "notify_on_release" are removed. |
279 | * Replacement notification mechanism will be implemented. | 282 | * Replacement notification mechanism will be implemented. |
280 | * | 283 | * |