Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1289631imu; Wed, 28 Nov 2018 07:26:33 -0800 (PST) X-Google-Smtp-Source: AFSGD/XaoKwz/PYmbHHr0QWoDHnFXgyiY9gYdVedSMZ9pCOfVnuux2lMKPrJ/XDzHXoZdOKKB0NU X-Received: by 2002:a17:902:e290:: with SMTP id cf16mr38053258plb.81.1543418793265; Wed, 28 Nov 2018 07:26:33 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543418793; cv=none; d=google.com; s=arc-20160816; b=XabwqMgVmJI+/4TnXEbRDpY/RDGzozNyiTshvpRkq7wIZaWGXxEqQUDEM0ejbvCPnd AODhc6KwuxJpkDmd8OFS/vNnLCpz8cePynzpsjJ7t+dQCOMCPh2My+/MwAKfN03uOqKN YPpX3aprpQNp+YgvcsJaZK4Y6JHhB3QaiU2bP+hjNhUdpD15evtomktOQsZyx2lViA1p HQ8yE+8LXkqW+Mxpy244NGF5pXx2tCWJq1AFdRaP3lMg2f8BEn3crFSU7g61UtS/FUh/ zmfqndw6i+nwnc5U5GKG3++WGTBIkirl9r5eHkQ3jP73xxpXM4xOTVQuEk1CHP4qoh9U ujrg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=oUWA7emFpEDbrujzumWulW7DFPAlpMhORAkWYH9E018=; b=Fsx5mOXAaJPjFZdxNWpEVi4t7qYB2yXLEi9PdM3FS7mRjBCgo6Aj7JuJzhceGL0wwo YF7ZGPbMDMRWKGqACc8QvZNPpSfNJId6+hSgo4gwV92uDmQVOqxUh68dMsh1v58BTFkZ ARpvcMjSj+cB+g0t6V+AS/USJPWrHgMFJcHfkum7BuzV5FzmlisBKZwEOEYyS/VFyuWe WEA402MWU+0TcZV9wk7GmxUPx3fa24bGGUnCdSeI8Ss8KhyPHoQFg5cLQhbyXrUN4Rs9 doBJAl8P792jDN5BPecG6cv3Honu3qrc8dmivEOM6xkkg8xmqoRCPkQNl7xnngdioNHs HERQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h67si8288430pfb.146.2018.11.28.07.26.03; Wed, 28 Nov 2018 07:26:33 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728851AbeK2C0O (ORCPT + 99 others); Wed, 28 Nov 2018 21:26:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55088 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728181AbeK2C0O (ORCPT ); Wed, 28 Nov 2018 21:26:14 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3C55F80F7B; Wed, 28 Nov 2018 15:24:13 +0000 (UTC) Received: from xps.redhat.com (ovpn-116-75.phx2.redhat.com [10.3.116.75]) by smtp.corp.redhat.com (Postfix) with ESMTP id 68ECF705AC; Wed, 28 Nov 2018 15:24:11 +0000 (UTC) From: Rafael Aquini To: linux-kernel@vger.kernel.org Cc: gregkh@linuxfoundation.org, davem@davemloft.net, virgile@acceis.fr, linux-mm@kvack.org Subject: [PATCH] sysctl: clean up nr_pdflush_threads leftover Date: Wed, 28 Nov 2018 10:24:07 -0500 Message-Id: <20181128152407.19062-1-aquini@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Wed, 28 Nov 2018 15:24:13 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org nr_pdflush_threads has been long deprecated and removed, but a remnant of its glorious past is still around in CTL_VM names enum. This patch is a minor clean-up to that case. Signed-off-by: Rafael Aquini --- include/uapi/linux/sysctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/sysctl.h b/include/uapi/linux/sysctl.h index d71013fffaf6..dad5a8f93343 100644 --- a/include/uapi/linux/sysctl.h +++ b/include/uapi/linux/sysctl.h @@ -174,7 +174,7 @@ enum VM_DIRTY_RATIO=12, /* dirty_ratio */ VM_DIRTY_WB_CS=13, /* dirty_writeback_centisecs */ VM_DIRTY_EXPIRE_CS=14, /* dirty_expire_centisecs */ - VM_NR_PDFLUSH_THREADS=15, /* nr_pdflush_threads */ + VM_UNUSED15=15, /* was: int nr_pdflush_threads */ VM_OVERCOMMIT_RATIO=16, /* percent of RAM to allow overcommit in */ VM_PAGEBUF=17, /* struct: Control pagebuf parameters */ VM_HUGETLB_PAGES=18, /* int: Number of available Huge Pages */ -- 2.17.2