Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1441203 > unrolled thread
| Started by | "Jerome Marchand" <jmarchan@redhat.com> |
|---|---|
| First post | 2016-07-12 12:10 +0200 |
| Last post | 2016-07-18 16:30 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] Documentation: add watermark_scale_factor to the list of vm systcl file "Jerome Marchand" <jmarchan@redhat.com> - 2016-07-12 12:10 +0200
Re: [PATCH] Documentation: add watermark_scale_factor to the list of vm systcl file Johannes Weiner <hannes@cmpxchg.org> - 2016-07-12 21:40 +0200
Re: [PATCH] Documentation: add watermark_scale_factor to the list of vm systcl file Jonathan Corbet <corbet@lwn.net> - 2016-07-18 16:30 +0200
| From | "Jerome Marchand" <jmarchan@redhat.com> |
|---|---|
| Date | 2016-07-12 12:10 +0200 |
| Subject | [PATCH] Documentation: add watermark_scale_factor to the list of vm systcl file |
| Message-ID | <rU2NA-3tA-19@gated-at.bofh.it> |
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>
---
Documentation/sysctl/vm.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt
index 720355c..95ccbe6 100644
--- a/Documentation/sysctl/vm.txt
+++ b/Documentation/sysctl/vm.txt
@@ -61,6 +61,7 @@ files can be found in mm/swap.c.
- swappiness
- user_reserve_kbytes
- vfs_cache_pressure
+- watermark_scale_factor
- zone_reclaim_mode
==============================================================
--
2.5.5
[toc] | [next] | [standalone]
| From | Johannes Weiner <hannes@cmpxchg.org> |
|---|---|
| Date | 2016-07-12 21:40 +0200 |
| Subject | Re: [PATCH] Documentation: add watermark_scale_factor to the list of vm systcl file |
| Message-ID | <rUbHb-S4-5@gated-at.bofh.it> |
| In reply to | #1441203 |
On Tue, Jul 12, 2016 at 12:05:59PM +0200, Jerome Marchand wrote:
> 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>
Thanks Jerome!
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
[toc] | [prev] | [next] | [standalone]
| From | Jonathan Corbet <corbet@lwn.net> |
|---|---|
| Date | 2016-07-18 16:30 +0200 |
| Subject | Re: [PATCH] Documentation: add watermark_scale_factor to the list of vm systcl file |
| Message-ID | <rWhIu-7l8-31@gated-at.bofh.it> |
| In reply to | #1441203 |
On Tue, 12 Jul 2016 12:05:59 +0200
"Jerome Marchand" <jmarchan@redhat.com> wrote:
> 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.
Applied to the docs tree, thanks.
jon
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web