From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B8D843C0C for ; Mon, 21 Jul 2025 18:02:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=18.9.28.11 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753120961; cv=none; b=mcJDC/DIP7/LT1qe1vA5sONxnvqHPbRKc209K5x7PBSmKo+pjXsZnTRvyAQrn4+KeOP0dD9xHWktVwAKDFZm4kgalHV2wQI8NKucPowtglFV93zysA0poY3SALK31ZwU5NwN+jXjvL42rm+9MtqElDtbtDfm7WD2u1xScbZQ8hk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753120961; c=relaxed/simple; bh=tXliXuiihE2ojoiN1uitPo5tH4fwY9tqh9by9KB8vSA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=p42KssYcOeNQifqlA9ezKckofvtP88RltIhKR50mUs6HOJDqfBH21VCPv+S7xYdPc1MWeF0QYKvs+R1lp1+hzpEJ0k66KJkOmSq93QDTl+00hceJ/4sgd98Xxdijb5snnso/BEutNSUk91AsWFXfyKFXZCj7RmDO46y3nZ2/zTw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=mit.edu; spf=pass smtp.mailfrom=mit.edu; dkim=pass (2048-bit key) header.d=mit.edu header.i=@mit.edu header.b=T4TEAF7p; arc=none smtp.client-ip=18.9.28.11 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=mit.edu Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=mit.edu Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=mit.edu header.i=@mit.edu header.b="T4TEAF7p" Received: from trampoline.thunk.org (pool-173-48-122-135.bstnma.fios.verizon.net [173.48.122.135]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 56LI1YKr016142 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 21 Jul 2025 14:01:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mit.edu; s=outgoing; t=1753120897; bh=TI5P/7hSMDtpn4Ml4BdwPIlRlSskungxu1J6jKHAaeA=; h=Date:From:Subject:Message-ID:MIME-Version:Content-Type; b=T4TEAF7pOpMipnC6OCCUVpU3w4yv01EK25aBiJoDhi0whRuTi6zR1t6fhzdG3Ldwp v0IOdCOENfgwCp3x5Ui/yfTH9fnIwbdiXI/DXisi7r3T0CgxijwpXualP4zyBIpOX4 iRcPY5JbtcugardjbT22z7EiBahtavg+DEDe2coHvspoCNtalVG/t7eEIlfHdQJBEF iNUOyLwO6kOataKv/cqfDE+uvUugrCfGsaAjRaweQhL1tjwnEuenVMSBzfIhegU4Th K3PqyjoVgQdKeo7LL2sR2hqaIer4+r7wGoE2BhkN+kUyA/+WkjlKV+b+k4pVC742Xw KjHi/OXd3SwRg== Received: by trampoline.thunk.org (Postfix, from userid 15806) id 71FD12E00D5; Mon, 21 Jul 2025 14:01:34 -0400 (EDT) Date: Mon, 21 Jul 2025 14:01:34 -0400 From: "Theodore Ts'o" To: Baokun Li Cc: Jan Kara , linux-ext4@vger.kernel.org, adilger.kernel@dilger.ca, linux-kernel@vger.kernel.org, ojaswin@linux.ibm.com, julia.lawall@inria.fr, yi.zhang@huawei.com, yangerkun@huawei.com, libaokun@huaweicloud.com Subject: Re: [PATCH v3 15/17] ext4: convert free groups order lists to xarrays Message-ID: <20250721180134.GB1415603@mit.edu> References: <20250714130327.1830534-1-libaokun1@huawei.com> <20250714130327.1830534-16-libaokun1@huawei.com> <47e62021-fd2c-44ba-be34-e12b2a486efb@huawei.com> <4b5a7a7a-a4db-4d4d-8931-c57ffd231006@huawei.com> Precedence: bulk X-Mailing-List: linux-ext4@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4b5a7a7a-a4db-4d4d-8931-c57ffd231006@huawei.com> Thanks, Baokun! I've updated the ext4 dev branch with the spelling fixes integrated into "ext4: convert free groups order lists to xarrays". - Ted