Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp7704333yba; Thu, 2 May 2019 14:48:36 -0700 (PDT) X-Google-Smtp-Source: APXvYqxvHmIaYHC+zyhRpyPwV1tk5iy5V3ZoqMNs0lIXFxBZF1ySmiKUI0haMqpB6mrpVbHF5vfb X-Received: by 2002:a17:902:567:: with SMTP id 94mr6084201plf.120.1556833716697; Thu, 02 May 2019 14:48:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556833716; cv=none; d=google.com; s=arc-20160816; b=dsnr2NitTiy+VrmddYSI/ltPFSoJKv95uQkP5SQ6eY/ywSiIt2lTVRVQ7TsTFh2BSu MzgooVN193LIqjNRKtAaXPz8t4JFqFhlllHuchIqBwrMljX9vG8XlXbDEpnE0bllZ+K1 uote55pD2J4RP29/8QbOEACpxkN7/X/Bg1ryrMQQGhrvRdbTWTr5+u9E4Uc8aJRklQkQ jALFxwQuv7qvMzXaVExdnJjVUIsciqJ0EFE1HmKCX+0zDbmCkTFP8O403dTD9hmKnv1i QUld+Y92eUnBzN8JyagHwh1bsqZkvhCmmo0P3xvuMST5fueJj77ByPByobolfxp+CroB KBAQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:message-id :in-reply-to:date:references:organization:subject:cc:to:from; bh=VedI6SMvVo3XaLW8GvQELQm2PyV0qWh9BoRIY1WV42E=; b=R8sZt3M7lNis4D2MVmijuLaH65lYG4j5Wt8qdF3MkqlhWkKPb8xRFxpDpZSRWpqL/W OsmpCSErwr95JxBKif1yCIidazsTFtkonJGcOJhR+cc2q04PPtXoAAvwTiSdgYKhWhiY PvetEAqsN7ErBlAg86yui8vJ/SRXbvdNitXwbYKT1oDPUKhDdTMlAKUJv+wi259GSCTz 7hllHjZ5eQWCfDgp402LOTRGHY3jyN4uCtTxhXgdyVPjreQuUra+J/De03Z0dDQBl3DM 3FtKT6Ng7WY+3poqXoriKx1lo7YnEb/w4VHzR5Q5tyWhsB2EvAD4tVrZ2wDHz0xTp7Vg i77A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o6si269806plh.186.2019.05.02.14.48.14; Thu, 02 May 2019 14:48:36 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726150AbfEBVqk (ORCPT + 99 others); Thu, 2 May 2019 17:46:40 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:42640 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726030AbfEBVqk (ORCPT ); Thu, 2 May 2019 17:46:40 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: krisman) with ESMTPSA id 91A0F26117F From: Gabriel Krisman Bertazi To: "Darrick J. Wong" Cc: "Theodore Ts'o" , linux-ext4@vger.kernel.org Subject: Re: Change feature name from fname_encoding to casefold? Organization: Collabora References: <20190413054317.7388-1-krisman@collabora.com> <20190413054317.7388-9-krisman@collabora.com> <20190502162527.GC25007@mit.edu> <20190502205056.GA5193@magnolia> Date: Thu, 02 May 2019 17:46:33 -0400 In-Reply-To: <20190502205056.GA5193@magnolia> (Darrick J. Wong's message of "Thu, 2 May 2019 13:50:56 -0700") Message-ID: <85d0l0jzra.fsf@collabora.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org "Darrick J. Wong" writes: > On Thu, May 02, 2019 at 12:25:27PM -0400, Theodore Ts'o wrote: >> Given how we've simplified how we handle Unicode --- in particular, >> not doing any kind of normalization unless we are doing case-folding >> compares, I think it will be more user-friendly if we rename the >> feature from fname_encoding to casefold. > > TBH /me hadn't done enough reviewing even to notice the feature was > named 'fname_encoding' (whatever that means -- encoded how?). > IMHO 'casefold' is more descriptive about what the feature provides > (folding case for directory name comparisons, right?) > This name was accurate until the v6 of the patches. In v7, we decided to no longer apply file name encoding normalization system-wide during lookups, which changed the semantics of this feature flag. By that time, though, the name was already committed to e2fsprogs, so i didn't bother to change it. -- Gabriel Krisman Bertazi