From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EBA9CC4741F for ; Thu, 1 Oct 2020 16:17:34 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 59CE5208B6 for ; Thu, 1 Oct 2020 16:17:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 59CE5208B6 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=perches.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 908676B0068; Thu, 1 Oct 2020 12:17:33 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 8B9C06B0071; Thu, 1 Oct 2020 12:17:33 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 780216B0074; Thu, 1 Oct 2020 12:17:33 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0058.hostedemail.com [216.40.44.58]) by kanga.kvack.org (Postfix) with ESMTP id 4BE0C6B0068 for ; Thu, 1 Oct 2020 12:17:33 -0400 (EDT) Received: from smtpin11.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay01.hostedemail.com (Postfix) with ESMTP id CC894180AD811 for ; Thu, 1 Oct 2020 16:17:32 +0000 (UTC) X-FDA: 77323861944.11.hand56_04081512719c Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin11.hostedemail.com (Postfix) with ESMTP id 9EC2F180F8B81 for ; Thu, 1 Oct 2020 16:17:32 +0000 (UTC) X-HE-Tag: hand56_04081512719c X-Filterd-Recvd-Size: 2521 Received: from smtprelay.hostedemail.com (smtprelay0209.hostedemail.com [216.40.44.209]) by imf08.hostedemail.com (Postfix) with ESMTP for ; Thu, 1 Oct 2020 16:17:32 +0000 (UTC) Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay02.hostedemail.com (Postfix) with ESMTP id ECB2012C0; Thu, 1 Oct 2020 16:17:31 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: mine82_04110cc2719c X-Filterd-Recvd-Size: 1422 Received: from XPS-9350.home (unknown [47.151.133.149]) (Authenticated sender: joe@perches.com) by omf19.hostedemail.com (Postfix) with ESMTPA; Thu, 1 Oct 2020 16:17:30 +0000 (UTC) Message-ID: <11c9c699aaa873847b4d14dfa5e2435b94c08569.camel@perches.com> Subject: Re: [PATCH] mm: fix some comments in page_alloc.c and mempolicy.c From: Joe Perches To: David Hildenbrand , Hui Su , lizefan@huawei.com, tj@kernel.org, hannes@cmpxchg.org, akpm@linux-foundation.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Date: Thu, 01 Oct 2020 09:17:29 -0700 In-Reply-To: <10c1b339-b352-7643-7adf-d82c941c7d2c@redhat.com> References: <20200925160650.GA42847@rlk> <10c1b339-b352-7643-7adf-d82c941c7d2c@redhat.com> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.36.4-0ubuntu1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Thu, 2020-10-01 at 14:27 +0200, David Hildenbrand wrote: > On 25.09.20 18:06, Hui Su wrote: > > 1. the cpuset.c has been moved from kernel/cpuset.c to > > kernel/cgroup/cpuset.c long time ago, but the comment is stale, > > so we update it. [] > > diff --git a/kernel/cgroup/cpuset.c b/kernel/cgroup/cpuset.c [] > > @@ -1,5 +1,5 @@ > > /* > > - * kernel/cpuset.c > > + * kernel/cgroup/cpuset.c It's probably better to remove this altogether instead.