Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp3017977pxb; Tue, 24 Aug 2021 13:04:47 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzG1gUmACMWParPqzW8L4HhIvq8csvzV6I6VQ0ur7WeXYenTSvIvBexsrSvDFxRi2zKkA4q X-Received: by 2002:a5d:9486:: with SMTP id v6mr33565224ioj.163.1629835487158; Tue, 24 Aug 2021 13:04:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1629835487; cv=none; d=google.com; s=arc-20160816; b=hS5JVArCLib8QId+JZzObNE7JUfhRmemvFhe/v2Q3oYIDuRdiGkPVTK1wpmgY6St46 P5Zgz112irvd9cn7gmNrcr5K1uUvZeGYTyiRjUjDzzSUyQwoYSJiv/q754YqIh6cDQyT H/aDstDy1zAeJE4KW1JIrAjGkJVAxlwi53TDsGW0YFj5m0Ve7nrtsv08UWYlYf8GVXcW QG0K2PRRzs2L0dm9XTSGsJoKRAxvynCYhuY2MoVI5ncYvweooTYUfddvrsjqq1Jd3ct8 gJMc1hetSoKnydSYAGEzQTMzsG8fTMVeIjyl1at0Tgk9h4zR4uLZSslmR/XkQbDzm3yS rJDQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=VwmjLrpH61QFe2/h3stG/NW0viUXp95mjKsBNG7bCss=; b=wcdwkbpQ9oKoRHKB2TxNGhaoOAguVVfVR545taely6I8lOGdXMMrff/+BHd8hPHbv8 BSQO2OoDJR6+lFhA9UP9zJIvoJd9086vEKdBHbPdX7u7MTmJHP6EuehBJJVrvudoxNAd nhZskSUVegCepOSW8uEKaAcBQjch34T7/HanQj01mWsdrYVeSwACszKI2GceFEBr6Wma MwIskSTFJP8r+8PK1kY5CWDpSwuphxf7rDsE6q9uQTlNpJhX/6iCNWfU2EtQvwm7SAhl cUwLdDEDs2HGFRg1y+5Lfxb7QuAQChj94l3MFJ0pEbCr9TFIlK8KTIxOAb9WUChY12Ql laqw== 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 y9si4539071jan.84.2021.08.24.13.04.10; Tue, 24 Aug 2021 13:04:47 -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 S235006AbhHXUC6 (ORCPT + 99 others); Tue, 24 Aug 2021 16:02:58 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:40785 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S234950AbhHXUC4 (ORCPT ); Tue, 24 Aug 2021 16:02:56 -0400 Received: from cwcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 17OK22vQ017602 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 24 Aug 2021 16:02:02 -0400 Received: by cwcc.thunk.org (Postfix, from userid 15806) id 1340015C3DBB; Tue, 24 Aug 2021 16:02:02 -0400 (EDT) Date: Tue, 24 Aug 2021 16:02:02 -0400 From: "Theodore Ts'o" To: David Howells Cc: Linus Torvalds , Matthew Wilcox , Johannes Weiner , Linux-MM , linux-fsdevel , Linux Kernel Mailing List , Andrew Morton Subject: Re: [GIT PULL] Memory folios for v5.15 Message-ID: References: <1957060.1629820467@warthog.procyon.org.uk> <1967090.1629833687@warthog.procyon.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1967090.1629833687@warthog.procyon.org.uk> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 24, 2021 at 08:34:47PM +0100, David Howells wrote: > Theodore Ts'o wrote: > > > How about "struct mempages"? > > Kind of redundant in this case? I was looking for something which was visually different from "struct page", but was still reasonably short. Otherwise "struct pages" as Linus suggested would work for me. What do you think of "struct pageset"? Not quite as short as folios, but it's clearer. - Ted