diff options
author | Fam Zheng <famzheng@amazon.com> | 2020-10-22 09:54:03 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-10-23 01:11:46 +0300 |
commit | 62af696471e58bdfcf416fd56f032a60853c2bae (patch) | |
tree | 84a9c723cade5b1138f205964a4a37b2d1d4000d /Documentation/admin-guide | |
parent | 94ebdd28fcab7ef1484cd98f4a8e8426fe207994 (diff) | |
download | linux-62af696471e58bdfcf416fd56f032a60853c2bae.tar.xz |
docs: Add two missing entries in vm sysctl index
Both seem overlooked while adding the section in the main content.
Signed-off-by: Fam Zheng <famzheng@amazon.com>
Link: https://lore.kernel.org/r/20201022065403.3936070-1-fam@euphon.net
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r-- | Documentation/admin-guide/sysctl/vm.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/admin-guide/sysctl/vm.rst b/Documentation/admin-guide/sysctl/vm.rst index 4b9d2e8e9142..f455fa00c00f 100644 --- a/Documentation/admin-guide/sysctl/vm.rst +++ b/Documentation/admin-guide/sysctl/vm.rst @@ -27,6 +27,7 @@ Currently, these files are in /proc/sys/vm: - admin_reserve_kbytes - block_dump - compact_memory +- compaction_proactiveness - compact_unevictable_allowed - dirty_background_bytes - dirty_background_ratio @@ -37,6 +38,7 @@ Currently, these files are in /proc/sys/vm: - dirty_writeback_centisecs - drop_caches - extfrag_threshold +- highmem_is_dirtyable - hugetlb_shm_group - laptop_mode - legacy_va_layout |