Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: cgroup: fix typo 'protetion' -> 'protection'

Fix a small typo in the description of the memory_hugetlb_accounting
mount option.

Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Tejun Heo <tj@kernel.org>

authored by

Petr Vaněk and committed by
Tejun Heo
981cd338 13e786b6

+1 -1
+1 -1
Documentation/admin-guide/cgroup-v2.rst
··· 220 220 memory_hugetlb_accounting 221 221 Count HugeTLB memory usage towards the cgroup's overall 222 222 memory usage for the memory controller (for the purpose of 223 - statistics reporting and memory protetion). This is a new 223 + statistics reporting and memory protection). This is a new 224 224 behavior that could regress existing setups, so it must be 225 225 explicitly opted in with this mount option. 226 226