diff options
author | Jerome Marchand <jmarchan@redhat.com> | 2016-07-12 06:05:59 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-07-18 10:27:01 -0400 |
commit | e6507a00fd08986ce003012a10af78cc7e47eee8 (patch) | |
tree | 2ea97917ab32e203360251d33911567cc8101caf | |
parent | e7ca311e376c81a51ce031c569f336bdadf5ea98 (diff) |
Documentation: add watermark_scale_factor to the list of vm systcl file
Commit 795ae7a0de6b ("mm: scale kswapd watermarks in proportion to
memory") properly added the description of the new knob to
Documentation/sysctl/vm.txt, but forgot to add it to the list of files
in /proc/sys/vm. Let's fix that.
Signed-off-by: Jerome Marchand <jmarchan@redhat.com>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/sysctl/vm.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt index 720355cbdf45..95ccbe6d79ce 100644 --- a/Documentation/sysctl/vm.txt +++ b/Documentation/sysctl/vm.txt | |||
@@ -61,6 +61,7 @@ Currently, these files are in /proc/sys/vm: | |||
61 | - swappiness | 61 | - swappiness |
62 | - user_reserve_kbytes | 62 | - user_reserve_kbytes |
63 | - vfs_cache_pressure | 63 | - vfs_cache_pressure |
64 | - watermark_scale_factor | ||
64 | - zone_reclaim_mode | 65 | - zone_reclaim_mode |
65 | 66 | ||
66 | ============================================================== | 67 | ============================================================== |