diff options
author | Jerome Marchand <jmarchan@redhat.com> | 2016-07-12 13:05:59 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-07-18 17:27:01 +0300 |
commit | e6507a00fd08986ce003012a10af78cc7e47eee8 (patch) | |
tree | 2ea97917ab32e203360251d33911567cc8101caf /Documentation/sysctl | |
parent | e7ca311e376c81a51ce031c569f336bdadf5ea98 (diff) | |
download | linux-e6507a00fd08986ce003012a10af78cc7e47eee8.tar.xz |
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>
Diffstat (limited to 'Documentation/sysctl')
-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: - swappiness - user_reserve_kbytes - vfs_cache_pressure +- watermark_scale_factor - zone_reclaim_mode ============================================================== |