Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp7451937yba; Thu, 2 May 2019 10:04:37 -0700 (PDT) X-Google-Smtp-Source: APXvYqwccCY2klm0eYa8iAp92q6PTzpBrJFAK3x9AxrHIxggmw+FGXJNGLfZexqX361sWroTuAwI X-Received: by 2002:a63:cc0d:: with SMTP id x13mr5124932pgf.280.1556816676979; Thu, 02 May 2019 10:04:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556816676; cv=none; d=google.com; s=arc-20160816; b=08g8SmH7GD7twGVe/Q7hRypO3uulkhrMJW+WsLIfopsS9BJMSDyJEuK+DPiZfahf9U I9kJ7Nt7K1xhixRUilMVxwSGUeNaXjfuhT4biyLvnUYxAFissmd1Ha5hl1AAeHCehtQy NncmBjbQmP1lau/at2GyDlXrnFaYHVPlZIo1Kma34ijVTmK+2bNz19PdbV/bb2UL9QC4 logsgxA1lyunNNdp+Nu4BgmXaOI17arxamyRtFCWByoHCH2bbgoMzDEvHMZ7AcdqNjKn LizDIKM/5Fp55Av+AKuHx63lYTbfLhhSjnhbe7353h5q1g2Odm+MYSutLrP2Lm+lrdg2 Mnqg== 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=lN8DC5Nk+jUgJ5RkSAWb3Nvce1HPsyxO9T1A8hv2JrE=; b=C65QfS370HpOviblMjwSNi5Ht4ujJXhl29I8Hah/k9/jeA1hw7BV57tRpxtIWZTIat Kx89X8KOymJu+Ykd8YF8YBllWo8MHSUkHzRcSti86ks/PXZ2AD7rRyEJJVNIa9iLmkq6 wBlzFr9noI/u3ER7upT8nUb5vETIDrUPu4zsS0TzcaKDT631fF+3phggOoo/3R9/DZWe D/nuaQ2l7zkXkxfXtUOkfoFez0yT7v1tTV7It++B+dNVXgFIWx0GSjQf9r31W//lXIce fF4Og8jXTOcQscCK8yWAnvpIGsL/VDlk8iRA6kNEgjtRHQSIlVR/qef+h/7K1ZP7aqUk jE+w== 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 s145si42820949pgs.228.2019.05.02.10.04.14; Thu, 02 May 2019 10:04: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 S1726126AbfEBRDs (ORCPT + 99 others); Thu, 2 May 2019 13:03:48 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:41632 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726120AbfEBRDs (ORCPT ); Thu, 2 May 2019 13:03:48 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: krisman) with ESMTPSA id 18F0227E9A0 From: Gabriel Krisman Bertazi To: "Theodore Ts'o" Cc: 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> Date: Thu, 02 May 2019 13:03:42 -0400 In-Reply-To: <20190502162527.GC25007@mit.edu> (Theodore Ts'o's message of "Thu, 2 May 2019 12:25:27 -0400") Message-ID: <85woj8kcup.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 "Theodore Ts'o" writes: > 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. > > What do you think? Any objections? I don't object at all, but I'll need to update some test packages/documentation already published to customers in order to change it. So I'd need a final decision to be taken quickly on it. :) -- Gabriel Krisman Bertazi