diff options
| author | Guopeng Zhang <zhangguopeng@kylinos.cn> | 2026-07-07 18:21:46 +0800 |
|---|---|---|
| committer | Tejun Heo <tj@kernel.org> | 2026-07-07 12:26:23 -1000 |
| commit | 5aa31cb1dfb08f19408c9c33da71f46525f6cba9 (patch) | |
| tree | ff6727025a19ee939248f8c7a58cf908c56e96ca /Documentation | |
| parent | b983c56426383e4a06fa5970c4e33cee879b1482 (diff) | |
| download | linux-5aa31cb1dfb08f19408c9c33da71f46525f6cba9.tar.gz linux-5aa31cb1dfb08f19408c9c33da71f46525f6cba9.tar.bz2 linux-5aa31cb1dfb08f19408c9c33da71f46525f6cba9.zip | |
Docs/admin-guide/cgroup-v2: drop stale misc interface file count
The Miscellaneous controller documentation states it "provides 3 interface
files", but misc_cg_files[] actually registers six (max, current, peak,
capacity, events, events.local). Drop the stale count and let the file
list that follows speak for itself.
Signed-off-by: Guopeng Zhang <zhangguopeng@kylinos.cn>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/admin-guide/cgroup-v2.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/admin-guide/cgroup-v2.rst b/Documentation/admin-guide/cgroup-v2.rst index ce6741f78f4f..7ce60fefc7ad 100644 --- a/Documentation/admin-guide/cgroup-v2.rst +++ b/Documentation/admin-guide/cgroup-v2.rst @@ -2934,7 +2934,8 @@ include/linux/misc_cgroup.h. Misc Interface Files ~~~~~~~~~~~~~~~~~~~~ -Miscellaneous controller provides 3 interface files. If two misc resources (res_a and res_b) are registered then: +Miscellaneous controller provides the following interface files. If two misc +resources (res_a and res_b) are registered then: misc.capacity A read-only flat-keyed file shown only in the root cgroup. It shows |