2020-10-13 12:01:37

by Fam Zheng

[permalink] [raw]
Subject: [PATCH] docs: Add two missing entries in vm sysctl index

From: Fam Zheng <[email protected]>

Both seem overlooked while adding the section in the main content.
---
Documentation/admin-guide/sysctl/vm.rst | 2 ++
1 file changed, 2 insertions(+)

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
--
2.25.1



2020-10-22 12:42:23

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] docs: Add two missing entries in vm sysctl index

On Tue, 13 Oct 2020 10:14:04 +0100
[email protected] wrote:

> From: Fam Zheng <[email protected]>
>
> Both seem overlooked while adding the section in the main content.
> ---
> Documentation/admin-guide/sysctl/vm.rst | 2 ++
> 1 file changed, 2 insertions(+)

Applied, thanks. The right way to fix this, though, is to let Sphinx
generate a table of contents at the beginning; that will never get out of
date.

jon