Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp706539ybt; Wed, 8 Jul 2020 09:40:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwZ2yMtx2VcrDfIu3sdhM22iBjK4TT+kEWzpALeqF8/CTiirTJcaPbQay0kRbJulZA8IaaR X-Received: by 2002:a17:906:cc13:: with SMTP id ml19mr51912835ejb.288.1594226458070; Wed, 08 Jul 2020 09:40:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594226458; cv=none; d=google.com; s=arc-20160816; b=J+oF6lAPOy2d1041PFIDlAxVoMzs894lCXdhNfvruCRsEVmHwlIWYu/P7v3SV2XQNL QkLwDGHSJtzE6BMAJqO3qHeRhhA4NotzaWy43SZFu/VmsDSaRpIpEdDwiep6J9jELNmh 9BLmeS8CCyJY7EVx6SNY4HK7q3jPc1OVRX0hUN3uJgpsfYEeU7FTNP70jv/ALQmgYt2V 15XLWNge2rcHgGW+ZcIjZ1ftsr5gGL/m72m3/jM0mBUfk1rhBRTM7PAxsrNVLjTqzmJX HpIj2oDuwPasT3c7l8JSavhVcDcZpOJpmQB8FOnpwOmXtEt+ifKkF0nqUYYAjyOIQ46D EC+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=dX9Baa8DXz4BGUdY0FpNWa0Cn/VFP5jpaKlyUiqa6BM=; b=abKiQGNgQ/EXXdlJ2qWmggKAch4eSARqPbs6gB9SZ+S2HMMcnnfp18iWTU3Fxvd/ya BhyG7p6yVzkyrzQOHL6kXIy28dwo7FZrWEd/t2Af7dw428GqF5yVmQo34Sspe82JxfEP v8ZJ0hlGvUP7hygis6xrcT1mi60B/HC/mZ+uskhte3gsjJorvAgtWj042iHzfrGp5QQD YaePTk8MLEn7F1olqJyGwdZkPNxvUp1pSb54fT60Q5hI77Og34pYk9Q3EFJnnADX2fB3 dI/tGIphTm7EnYK2B+8UBu9czH61Yp8ruXdQwekN7Ju/1xVlMcdMiUWE8V5FOYQnuHLk q8Ug== 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 v13si213648ejc.348.2020.07.08.09.40.34; Wed, 08 Jul 2020 09:40:58 -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 S1730623AbgGHQkH (ORCPT + 99 others); Wed, 8 Jul 2020 12:40:07 -0400 Received: from foss.arm.com ([217.140.110.172]:51220 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730157AbgGHQkG (ORCPT ); Wed, 8 Jul 2020 12:40:06 -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 0A4AB106F; Wed, 8 Jul 2020 09:40:06 -0700 (PDT) Received: from merodach.members.linode.com (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A64303F68F; Wed, 8 Jul 2020 09:40:04 -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 v5 03/10] x86/resctrl: Fix stale comment Date: Wed, 8 Jul 2020 16:39:22 +0000 Message-Id: <20200708163929.2783-4-james.morse@arm.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200708163929.2783-1-james.morse@arm.com> References: <20200708163929.2783-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 23b4b61319d3..0398769b90f1 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.20.1