Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp3088462pxf; Sun, 21 Mar 2021 18:39:43 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwal1C3lfOP/cNrqOLdKxJGCV2FsSxJ0K3YLo2B05TUKS74SSB8vevZM2EL3xCQQOqyWbpV X-Received: by 2002:a17:906:1386:: with SMTP id f6mr16605734ejc.45.1616377183350; Sun, 21 Mar 2021 18:39:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616377183; cv=none; d=google.com; s=arc-20160816; b=YjG6jQzK54pH19RGPJ36PeXbDXYa8DLpGfMtGcR9JFsY8Vp+CyKmeM2dHv6UK+YV54 bJRR1VPivfxwAvMyIEdGXNx8D453pL2A788yoG0ppDJ2b2RauOW2LZ7Vat8On9YzJpWG rjMeDypqJxPqaY8qQkhcWW/jJWaYg2bLb8ymtvkglLCT1st1c4kXnOMEHKZQAsh3toPl xYp+DmvEhqYYHi0XIoqsBx01XIj2TCwblZYup54ZtoP0hvsBu79Cff3eZZMFNC6PukAH w3oKs3bQ/VVTAzIevu7sd6XgMre5vgOD1sWTkEzyDzCretmPx2+osJLiz5ozwzTtXNtw 6C6A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=3aGKt/rB3fsRHD6oSaZuQXtpUsHJjiV7yEegp+4HNUo=; b=AwveeRLd/6Ibs6GOu11Gmm1mC4nopPgQ2MNFHNO6QUoSpUW3W+m9YoX5aGWLFziZDf gZ933y+dunmrgt5EwRRgk4YdKJSj3mYHnCccrsjdvFgswlUkHxocl/YtgJq6Ue9WBKSV VVsjstg//l0ieDp/JVnllKuy1HrOpz2H5vSk7Df1ISDwm1n4VA0KpZoZPmGkPNRTtGAq F8rOMfRTiJIaZj7Cqk/PywTIsOb+ABmHANCfdmdgTWEJCBMYmnXEUDqTzHWHzzSIJ9Xg Zz1+421+rvx49X1WJ7A88JuctP7oBC4nsQ9HV0QkbtQa7DX1YXybCIG0De+iTbQTlurq U1Gg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id e7si10380403ejd.658.2021.03.21.18.39.15; Sun, 21 Mar 2021 18:39:43 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-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-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229829AbhCVBeV (ORCPT + 99 others); Sun, 21 Mar 2021 21:34:21 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:14836 "EHLO szxga07-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229728AbhCVBeB (ORCPT ); Sun, 21 Mar 2021 21:34:01 -0400 Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4F3cRj36j2z927r; Mon, 22 Mar 2021 09:32:01 +0800 (CST) Received: from [10.174.176.202] (10.174.176.202) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.498.0; Mon, 22 Mar 2021 09:33:55 +0800 Subject: Re: [GIT PULL] ext4 fixes for v5.12 To: Linus Torvalds , Theodore Ts'o CC: Ext4 Developers List , "Linux Kernel Mailing List" References: From: "zhangyi (F)" Message-ID: Date: Mon, 22 Mar 2021 09:33:54 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 8bit X-Originating-IP: [10.174.176.202] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On 2021/3/22 6:23, Linus Torvalds wrote: > On Sun, Mar 21, 2021 at 11:31 AM Theodore Ts'o wrote: >> >> zhangyi (F) (3): >> ext4: find old entry again if failed to rename whiteout >> ext4: do not iput inode under running transaction in ext4_rename() >> ext4: do not try to set xattr into ea_inode if value is empty > > Side note: this is obviously entirely up to the author, but I think it > would be nice if we would encourage people to use their native names > if/when they want to. > > Maybe this "zhangyi (F)" is how they _want_ to write their name in the > kernel, and that's obviously fine if so. > > But at the same time, coming from Finland, I remember how people who > had the "odd" characters (åäö) in their name ended up replacing them > with the US-ASCII version (generally "aa" "ae" and "oe"), and it > always just looked bad to a native speaker. Particularly annoying in > public contexts. > > At the same time, for the same reason, I can also understand people > not wanting to even expose those characters at all, because then > non-native speakers invariably messed it up even worse... > > Anyway, I think and hope that we have the infrastructure to do it > right not just for Latin1, but the more complex non-Western character > sets too. > > And as a result should possibly encourage people to use their native > names if they want to. At least make people aware that it _should_ > work. > > Again, maybe I'm barking up the wrong tree, and in this case "zhangyi > (F) " is just what zhangyi prefers simply because > it's easier/more convenient. > > But I just wanted to mention it, because we _do_ have examples of it > working. Not many, but some: > > git log --pretty="%an" --since=2.years | sort -u | tail > > including examples of having the Westernized name in parenthesis for > the "use that one if you can't do the real one" case.. > Hi, Linus. I will use my real name "Yi Zhang" next time. Thanks, Yi.