Received: by 2002:a25:2c96:0:0:0:0:0 with SMTP id s144csp196421ybs; Tue, 26 May 2020 07:05:18 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyok4gySoxZe5atmNzdcyeValzll9kaYCbdqD6aspHR3n4G46aDcddOLUEs49W4AQFaTbFd X-Received: by 2002:a50:cdc8:: with SMTP id h8mr19790467edj.26.1590501918029; Tue, 26 May 2020 07:05:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590501918; cv=none; d=google.com; s=arc-20160816; b=gsJOktxq7hGsy4lEVEdTX+qFTkHjMIQAndhs/O31jOI9a5oX9os1S1dGkNK/YJcLhQ 1NqzowHXGBp5uNF5CpHLlMBVJehYNrBzUArhOQwnTNVAtgwYeNIym/Dz4c9nwUDRIulk 4gnZjBciyuhhGioiQ+goZfMS4DCFpYEaaN5ECoDXVU4cNl8JFD2s6VFlVPFst2TNDaAJ dFSmO86YPnkb3sMFRqw39YkdHl72lZrxRWgezmGy/e6GaiZb8jpwIO/BWPqfS1QYNOW+ TtypUYqcbBLfHYwEq1rDMp4j6LntSH6UyM7QSFxFXj8u7RaNSm34339+JyzBlkLwwo3z Q/+Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=H4PWR8i2NuYDRYdquSZ+yPt4s+94s/tDXUzyRsnzwPs=; b=q0kgXok+ZyAg5V7krR8C+XOGP2VFqSO3RoE4fxvX5L4wwT/UlgIVlgiR8u+pjV3EcM 2P/T3UKPV3g9dGIl0MgnehKxDBMeapT6ZYFr5GsI47+dAechHxvPcWzdOaiVy+pFhZ9T IQS1AFVIN1xG2Zl0DKHve3OGpeTP4gNcMi+kDuFDCR+BQ2ngKo2KQh67qEM4ndYv5DXn 6AUj/nINbY/UAJwwL1igJyHOpG492mXQOaH85WiJwqkKcAC7u71FQVd8/wl66tY320pw M4dBOX/T1j4H2mznDoAiEO4nm/0vLf3ODvYOTMHt/D9uGBsMK+DDP42IW1il3McNX405 VzfA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u13si1731278ejz.30.2020.05.26.07.04.51; Tue, 26 May 2020 07:05:18 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388928AbgEZNlQ (ORCPT + 99 others); Tue, 26 May 2020 09:41:16 -0400 Received: from foss.arm.com ([217.140.110.172]:50950 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388814AbgEZNlP (ORCPT ); Tue, 26 May 2020 09:41:15 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C05BE106F; Tue, 26 May 2020 06:41:14 -0700 (PDT) Received: from melchizedek.cambridge.arm.com (melchizedek.cambridge.arm.com [10.1.196.50]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 4C0403F6C4; Tue, 26 May 2020 06:41:13 -0700 (PDT) From: James Morse To: x86@kernel.org, linux-kernel@vger.kernel.org Cc: Fenghua Yu , Reinette Chatre , Thomas Gleixner , Ingo Molnar , Borislav Petkov , H Peter Anvin , Babu Moger , James Morse Subject: [PATCH v4 03/10] x86/resctrl: Fix stale comment Date: Tue, 26 May 2020 14:40:52 +0100 Message-Id: <20200526134059.1690-4-james.morse@arm.com> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20200526134059.1690-1-james.morse@arm.com> References: <20200526134059.1690-1-james.morse@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The comment in rdtgroup_init() refers to the non existent function rdt_mount(), which has now been renamed rdt_get_tree(). Fix the comment. Signed-off-by: James Morse Reviewed-by: Reinette Chatre --- arch/x86/kernel/cpu/resctrl/rdtgroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/cpu/resctrl/rdtgroup.c b/arch/x86/kernel/cpu/resctrl/rdtgroup.c index d7cb5ab0d1f0..24bdb52446aa 100644 --- a/arch/x86/kernel/cpu/resctrl/rdtgroup.c +++ b/arch/x86/kernel/cpu/resctrl/rdtgroup.c @@ -3195,7 +3195,7 @@ int __init rdtgroup_init(void) * It may also be ok since that would enable debugging of RDT before * resctrl is mounted. * The reason why the debugfs directory is created here and not in - * rdt_mount() is because rdt_mount() takes rdtgroup_mutex and + * rdt_get_tree() is because rdt_get_tree() takes rdtgroup_mutex and * during the debugfs directory creation also &sb->s_type->i_mutex_key * (the lockdep class of inode->i_rwsem). Other filesystem * interactions (eg. SyS_getdents) have the lock ordering: -- 2.19.1