diff options
author | Vladimir Rutsky <rutsky@google.com> | 2018-01-02 11:27:41 -0500 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2018-01-02 11:33:47 -0500 |
commit | 2877cbe6501e20dd076c7677f768d50bcc87267b (patch) | |
tree | be5b19ce06117ca358b9ae0722eb12161d80174d | |
parent | 392536b731cfe82eea414f4b09c128ef37cd477e (diff) |
cgroup-v2.txt: fix typos
Signed-off-by: Vladimir Rutsky <rutsky@google.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
-rw-r--r-- | Documentation/cgroup-v2.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/cgroup-v2.txt b/Documentation/cgroup-v2.txt index d6efabb487e3..c783bbb9d0fb 100644 --- a/Documentation/cgroup-v2.txt +++ b/Documentation/cgroup-v2.txt | |||
@@ -280,7 +280,7 @@ thread mode, the following conditions must be met. | |||
280 | exempt from this requirement. | 280 | exempt from this requirement. |
281 | 281 | ||
282 | Topology-wise, a cgroup can be in an invalid state. Please consider | 282 | Topology-wise, a cgroup can be in an invalid state. Please consider |
283 | the following toplogy:: | 283 | the following topology:: |
284 | 284 | ||
285 | A (threaded domain) - B (threaded) - C (domain, just created) | 285 | A (threaded domain) - B (threaded) - C (domain, just created) |
286 | 286 | ||
@@ -1064,10 +1064,10 @@ PAGE_SIZE multiple when read back. | |||
1064 | reached the limit and allocation was about to fail. | 1064 | reached the limit and allocation was about to fail. |
1065 | 1065 | ||
1066 | Depending on context result could be invocation of OOM | 1066 | Depending on context result could be invocation of OOM |
1067 | killer and retrying allocation or failing alloction. | 1067 | killer and retrying allocation or failing allocation. |
1068 | 1068 | ||
1069 | Failed allocation in its turn could be returned into | 1069 | Failed allocation in its turn could be returned into |
1070 | userspace as -ENOMEM or siletly ignored in cases like | 1070 | userspace as -ENOMEM or silently ignored in cases like |
1071 | disk readahead. For now OOM in memory cgroup kills | 1071 | disk readahead. For now OOM in memory cgroup kills |
1072 | tasks iff shortage has happened inside page fault. | 1072 | tasks iff shortage has happened inside page fault. |
1073 | 1073 | ||
@@ -1192,7 +1192,7 @@ PAGE_SIZE multiple when read back. | |||
1192 | cgroups. The default is "max". | 1192 | cgroups. The default is "max". |
1193 | 1193 | ||
1194 | Swap usage hard limit. If a cgroup's swap usage reaches this | 1194 | Swap usage hard limit. If a cgroup's swap usage reaches this |
1195 | limit, anonymous meomry of the cgroup will not be swapped out. | 1195 | limit, anonymous memory of the cgroup will not be swapped out. |
1196 | 1196 | ||
1197 | 1197 | ||
1198 | Usage Guidelines | 1198 | Usage Guidelines |