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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 01E00C4167B for ; Mon, 27 Nov 2023 02:24:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231384AbjK0CX7 (ORCPT ); Sun, 26 Nov 2023 21:23:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43972 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229472AbjK0CX5 (ORCPT ); Sun, 26 Nov 2023 21:23:57 -0500 Received: from out-189.mta0.migadu.com (out-189.mta0.migadu.com [IPv6:2001:41d0:1004:224b::bd]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CD920C5 for ; Sun, 26 Nov 2023 18:24:01 -0800 (PST) Content-Type: text/plain; charset=us-ascii DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1701051839; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=03AItCkX6f50QX8qGn4DUIQ3gtnorhO0EzC7fFvxu9o=; b=lnMulVAX7aD60/QM35jBh7ZD89gHMGRie9iLFBXGgAYwkXlhTa2WU+wgrbbnBBWmlSoeY2 M/GqI0Bi/DBMzVVS5np01XjGifqrhUffNOFUmQc3C8NygbgPOqM/FUoHRlVM+plt73/yi3 opuAaP465b96xqDi8wzVUPkouPQIFpw= Mime-Version: 1.0 Subject: Re: [PATCH v2] fs/Kconfig: Make hugetlbfs a menuconfig X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Muchun Song In-Reply-To: <20231124151902.1075697-1-peterx@redhat.com> Date: Mon, 27 Nov 2023 10:23:15 +0800 Cc: Linux-MM , LKML , Andrew Morton , Mike Kravetz , Randy Dunlap , Muchun Song , linux-fsdevel@vger.kernel.org Content-Transfer-Encoding: 7bit Message-Id: References: <20231124151902.1075697-1-peterx@redhat.com> To: Peter Xu X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > On Nov 24, 2023, at 23:19, Peter Xu wrote: > > Hugetlb vmemmap default option (HUGETLB_PAGE_OPTIMIZE_VMEMMAP_DEFAULT_ON) > is a sub-option to hugetlbfs, but it shows in the same level as hugetlbfs > itself, under "Pesudo filesystems". > > Make the vmemmap option a sub-option to hugetlbfs, by changing hugetlbfs > into a menuconfig. When moving it, fix a typo 'v' spot by Randy. > > Cc: Mike Kravetz > Cc: Randy Dunlap > Cc: Muchun Song > Cc: linux-fsdevel@vger.kernel.org > Signed-off-by: Peter Xu Reviewed-by: Muchun Song Thanks.