Documentation: add watermark_scale_factor to the list of vm systcl file
authorJerome Marchand <jmarchan@redhat.com>
Tue, 12 Jul 2016 10:05:59 +0000 (12:05 +0200)
committerJonathan Corbet <corbet@lwn.net>
Mon, 18 Jul 2016 14:27:01 +0000 (08:27 -0600)
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>
Documentation/sysctl/vm.txt

index 720355c..95ccbe6 100644 (file)
@@ -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
 
 ==============================================================