From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751696AbcGLTin (ORCPT ); Tue, 12 Jul 2016 15:38:43 -0400 Received: from gum.cmpxchg.org ([85.214.110.215]:52090 "EHLO gum.cmpxchg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751141AbcGLTil (ORCPT ); Tue, 12 Jul 2016 15:38:41 -0400 Date: Tue, 12 Jul 2016 15:38:27 -0400 From: Johannes Weiner To: Jerome Marchand Cc: Jonathan Corbet , 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: <20160712193827.GA9612@cmpxchg.org> References: <1468317959-8366-1-git-send-email-jmarchan@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1468317959-8366-1-git-send-email-jmarchan@redhat.com> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Thanks Jerome! Acked-by: Johannes Weiner