Commit 8d4c171f authored by Xinyu Li's avatar Xinyu Li Committed by Tejun Heo

docs: cgroup-v1: add missing code-block tags

Hugetlb.rst lacks two code-block tags, causing a formatting issue.
Signed-off-by: default avatarXinyu Li <lixinyu20s@ict.ac.cn>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 7ed2632e
...@@ -65,10 +65,12 @@ files include:: ...@@ -65,10 +65,12 @@ files include::
1. Page fault accounting 1. Page fault accounting
hugetlb.<hugepagesize>.limit_in_bytes ::
hugetlb.<hugepagesize>.max_usage_in_bytes
hugetlb.<hugepagesize>.usage_in_bytes hugetlb.<hugepagesize>.limit_in_bytes
hugetlb.<hugepagesize>.failcnt hugetlb.<hugepagesize>.max_usage_in_bytes
hugetlb.<hugepagesize>.usage_in_bytes
hugetlb.<hugepagesize>.failcnt
The HugeTLB controller allows users to limit the HugeTLB usage (page fault) per The HugeTLB controller allows users to limit the HugeTLB usage (page fault) per
control group and enforces the limit during page fault. Since HugeTLB control group and enforces the limit during page fault. Since HugeTLB
...@@ -82,10 +84,12 @@ getting SIGBUS. ...@@ -82,10 +84,12 @@ getting SIGBUS.
2. Reservation accounting 2. Reservation accounting
hugetlb.<hugepagesize>.rsvd.limit_in_bytes ::
hugetlb.<hugepagesize>.rsvd.max_usage_in_bytes
hugetlb.<hugepagesize>.rsvd.usage_in_bytes hugetlb.<hugepagesize>.rsvd.limit_in_bytes
hugetlb.<hugepagesize>.rsvd.failcnt hugetlb.<hugepagesize>.rsvd.max_usage_in_bytes
hugetlb.<hugepagesize>.rsvd.usage_in_bytes
hugetlb.<hugepagesize>.rsvd.failcnt
The HugeTLB controller allows to limit the HugeTLB reservations per control The HugeTLB controller allows to limit the HugeTLB reservations per control
group and enforces the controller limit at reservation time and at the fault of group and enforces the controller limit at reservation time and at the fault of
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment