forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cgroups: consolidate cgroup documents
Move Documentation/cpusets.txt and Documentation/controllers/* to Documentation/cgroups/ Signed-off-by: Li Zefan <[email protected]> Acked-by: KAMEZAWA Hiroyuki <[email protected]> Acked-by: Balbir Singh <[email protected]> Acked-by: Paul Menage <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information
Showing
11 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
CGROUPS | ||
------- | ||
|
||
Written by Paul Menage <[email protected]> based on Documentation/cpusets.txt | ||
Written by Paul Menage <[email protected]> based on | ||
Documentation/cgroups/cpusets.txt | ||
|
||
Original copyright statements from cpusets.txt: | ||
Portions Copyright (C) 2004 BULL SA. | ||
|
@@ -68,7 +69,7 @@ On their own, the only use for cgroups is for simple job | |
tracking. The intention is that other subsystems hook into the generic | ||
cgroup support to provide new attributes for cgroups, such as | ||
accounting/limiting the resources which processes in a cgroup can | ||
access. For example, cpusets (see Documentation/cpusets.txt) allows | ||
access. For example, cpusets (see Documentation/cgroups/cpusets.txt) allows | ||
you to associate a set of CPUs and a set of memory nodes with the | ||
tasks in each cgroup. | ||
|
||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
* | ||
* Author: Pavel Emelianov <[email protected]> | ||
* | ||
* See Documentation/controllers/resource_counter.txt for more | ||
* See Documentation/cgroups/resource_counter.txt for more | ||
* info about what this counter is. | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters