From: Jerome Marchand Date: Tue, 12 Jul 2016 10:05:59 +0000 (+0200) Subject: Documentation: add watermark_scale_factor to the list of vm systcl file X-Git-Tag: v4.1.12-117.0_27200813_3~346 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a076e51cd593787e59ac15e6cbbfa43122892005;p=users%2Fjedix%2Flinux-maple.git 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 Acked-by: Johannes Weiner Signed-off-by: Jonathan Corbet (cherry picked from commit e6507a00fd08986ce003012a10af78cc7e47eee8) Orabug: 26643957 Signed-off-by: Robert M. Harris Reviewed-by: Khalid Aziz Reviewed-by: Larry Bassel Reviewed-by: Herbert van den Bergh Reviewed-by: Todd Vierling --- diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt index 64f54c1e8508..373ccff09532 100644 --- a/Documentation/sysctl/vm.txt +++ b/Documentation/sysctl/vm.txt @@ -58,6 +58,7 @@ Currently, these files are in /proc/sys/vm: - swappiness - user_reserve_kbytes - vfs_cache_pressure +- watermark_scale_factor - zone_reclaim_mode ==============================================================