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=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_2 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 4D96AC433F5 for ; Thu, 16 Sep 2021 20:48:13 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id C7CF961056 for ; Thu, 16 Sep 2021 20:48:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org C7CF961056 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=goodmis.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvack.org Received: by kanga.kvack.org (Postfix) id 529CB900004; Thu, 16 Sep 2021 16:48:12 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 4B297900002; Thu, 16 Sep 2021 16:48:12 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 37B0F900004; Thu, 16 Sep 2021 16:48:12 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0008.hostedemail.com [216.40.44.8]) by kanga.kvack.org (Postfix) with ESMTP id 25817900002 for ; Thu, 16 Sep 2021 16:48:12 -0400 (EDT) Received: from smtpin30.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay03.hostedemail.com (Postfix) with ESMTP id CFA228248D7C for ; Thu, 16 Sep 2021 20:48:11 +0000 (UTC) X-FDA: 78594623982.30.26061E9 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf26.hostedemail.com (Postfix) with ESMTP id 5B16B20019E8 for ; Thu, 16 Sep 2021 20:48:11 +0000 (UTC) Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BCCD361056; Thu, 16 Sep 2021 20:48:06 +0000 (UTC) Date: Thu, 16 Sep 2021 16:48:05 -0400 From: Steven Rostedt To: Linus Torvalds Cc: Masami Hiramatsu , Mike Rapoport , Andrew Morton , LKML , Ingo Molnar , Linux-MM , Vlastimil Babka Subject: Re: [PATCH v4 4/4] bootconfig: Rename xbc_destroy_all() to xbc_fini() Message-ID: <20210916164805.32592423@gandalf.local.home> In-Reply-To: References: <163177338366.682366.5998343833719057348.stgit@devnote2> <163177341667.682366.1520674275752512771.stgit@devnote2> <20210916092630.48e01b5e@gandalf.local.home> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Stat-Signature: 57x9wftdkhehh7ebegeacasgsqxwfk3x Authentication-Results: imf26.hostedemail.com; dkim=none; dmarc=none; spf=pass (imf26.hostedemail.com: domain of "SRS0=EKR5=OG=goodmis.org=rostedt@kernel.org" designates 198.145.29.99 as permitted sender) smtp.mailfrom="SRS0=EKR5=OG=goodmis.org=rostedt@kernel.org" X-Rspamd-Server: rspam03 X-Rspamd-Queue-Id: 5B16B20019E8 X-HE-Tag: 1631825291-777728 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, 16 Sep 2021 13:16:59 -0700 Linus Torvalds wrote: > So I'm not going to NAK 'fini', but it's a completely stupid and > pointless thing to use and there are better character sequences that > aren't any more typing and are real words. I didn't like it when I first saw it, but only was going to take it because it's used elsewhere in the kernel. Because of your response, and my initial feeling about the change, I'm going to leave this patch out, and just review and accept the first three patches in the series. Masami, are you OK with that? -- Steve