Skip to content

Commit 7716fa6

Browse files
hkamezawatorvalds
authored andcommitted
cgroups: fix procs documentation
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]>
1 parent 8a3bdfe commit 7716fa6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Documentation/cgroups/cgroups.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,7 @@ containing the following files describing that cgroup:
235235
- cgroup.procs: list of tgids in the cgroup. This list is not
236236
guaranteed to be sorted or free of duplicate tgids, and userspace
237237
should sort/uniquify the list if this property is required.
238-
Writing a tgid into this file moves all threads with that tgid into
239-
this cgroup.
238+
This is a read-only file, for now.
240239
- notify_on_release flag: run the release agent on exit?
241240
- release_agent: the path to use for release notifications (this file
242241
exists in the top cgroup only)

0 commit comments

Comments
 (0)