projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a3bdfe
)
cgroups: fix procs documentation
author
KAMEZAWA Hiroyuki
<
[email protected]
>
Fri, 23 Apr 2010 17:17:51 +0000
(13:17 -0400)
committer
Linus Torvalds
<
[email protected]
>
Sat, 24 Apr 2010 18:31:25 +0000
(11:31 -0700)
Writing to cgroup.procs is not supported now.
Signed-off-by: KAMEZAWA Hiroyuki <
[email protected]
>
Acked-by: Li Zefan <
[email protected]
>
Cc: Ben Blum <
[email protected]
>
Cc: Paul Menage <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
Documentation/cgroups/cgroups.txt
patch
|
blob
|
history
diff --git
a/Documentation/cgroups/cgroups.txt
b/Documentation/cgroups/cgroups.txt
index fd588ff0e2965311f319d07161f15d6b42f166c8..a1ca5924faff1df145a6dbb094a862c77313da1f 100644
(file)
--- 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)