From: KAMEZAWA Hiroyuki Date: Fri, 23 Apr 2010 17:17:51 +0000 (-0400) Subject: cgroups: fix procs documentation X-Git-Tag: upstream/snapshot3+hdmi~14775 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7716fa66034c408b0f59e8b9c62f793befa5b338;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git cgroups: fix procs documentation Writing to cgroup.procs is not supported now. Signed-off-by: KAMEZAWA Hiroyuki Acked-by: Li Zefan Cc: Ben Blum Cc: Paul Menage Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/Documentation/cgroups/cgroups.txt b/Documentation/cgroups/cgroups.txt index fd588ff0..a1ca592 100644 --- a/Documentation/cgroups/cgroups.txt +++ b/Documentation/cgroups/cgroups.txt @@ -235,8 +235,7 @@ containing the following files describing that cgroup: - cgroup.procs: list of tgids in the cgroup. This list is not guaranteed to be sorted or free of duplicate tgids, and userspace should sort/uniquify the list if this property is required. - Writing a tgid into this file moves all threads with that tgid into - this cgroup. + This is a read-only file, for now. - notify_on_release flag: run the release agent on exit? - release_agent: the path to use for release notifications (this file exists in the top cgroup only)