From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752445AbcGRO1r (ORCPT ); Mon, 18 Jul 2016 10:27:47 -0400 Received: from tex.lwn.net ([70.33.254.29]:35463 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752098AbcGRO1l (ORCPT ); Mon, 18 Jul 2016 10:27:41 -0400 Date: Mon, 18 Jul 2016 08:27:38 -0600 From: Jonathan Corbet To: "Jerome Marchand" Cc: Johannes Weiner , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation: add watermark_scale_factor to the list of vm systcl file Message-ID: <20160718082738.2336e7af@lwn.net> In-Reply-To: <1468317959-8366-1-git-send-email-jmarchan@redhat.com> References: <1468317959-8366-1-git-send-email-jmarchan@redhat.com> Organization: LWN.net X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 12 Jul 2016 12:05:59 +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. Applied to the docs tree, thanks. jon