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 810ED1AB6E7 for ; Tue, 3 Sep 2024 11:38:24 +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=1725363506; cv=none; b=q52jgTdTQuyEfboIGtMN3p9IjfW6arIHRxQuVPX5TFV9ZvrtBGF+xSSoVJOZ5zCL2X2DA9dSGcuXBLGIlHgGjhDI0UjNSq82OHxn6+cO30Fa5NuomlZdxNsxug5GIGnOQOqcTfWKMeI1FbSzywL+qzf5MuhHmL6wKmOheCMpjf4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725363506; c=relaxed/simple; bh=H7xQXb9uIYfTdGgjIPR8jPDXI/1f9j1Zczxnt7KO+C8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=KDyPgo110oidvTX8I+xL4G2xN6cHbyjoqNvcyKHUkWCiEV5K5oHX+UUU539f6iq4zkojKGtjW+PN9QfVtxLfkLnpKa8eymwy2fVV9WKmUD4ecrkKvTz+179010b/0EeKFyPEg0cdkYPxFw6LNwk0sIZzTmNlYpIeCkrsyEHAinc= 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=QxUEuvvI; 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="QxUEuvvI" Received: from cwcc.thunk.org (pool-173-48-102-194.bstnma.fios.verizon.net [173.48.102.194]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 483BboFC025940 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 3 Sep 2024 07:37:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mit.edu; s=outgoing; t=1725363473; bh=SWh9mkHKw8WQ6jQIGbEdZnZ/6yH6GD/cIq1aKAhLnUE=; h=Date:From:Subject:Message-ID:MIME-Version:Content-Type; b=QxUEuvvIqChKGC16zAqCbU6WGby+e0Wk6EIqI+Z22JauuPYWSQegVEbTy+Hzas0/F FUNKS42MCoBZ74//umPRThl0sofc593WIvOuvCexs9YzgTarGaMcSZrY+xbrrQ8zZB gsccUcYG0YaYxRp0+tS0rXC08Ouet/hQzyLOAii/s+1twmllt9b2n4rRb9IkLNMHfL Ld4/+DTCFKWWmR6sL5ZUm2oJ8wxKH6vVj07QyiGTLo5nlQ6HRjUh4WhLu/AO3xkZLx SME8nWNrDfVND27FLnbXMXCRNyRJOIA6fLwx1V4WwOLZQVNfz/KKY5WLpOWUvxyi0E aAB8VC7YX9cow== Received: by cwcc.thunk.org (Postfix, from userid 15806) id 59C6415C02C4; Tue, 03 Sep 2024 07:37:50 -0400 (EDT) Date: Tue, 3 Sep 2024 07:37:50 -0400 From: "Theodore Ts'o" To: =?iso-8859-1?Q?Andr=E9?= Almeida Cc: Hugh Dickins , Andrew Morton , Alexander Viro , Christian Brauner , Jan Kara , krisman@kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, kernel-dev@igalia.com, Daniel Rosenberg , smcv@collabora.com, Christoph Hellwig , Gabriel Krisman Bertazi Subject: Re: [PATCH v2 3/8] ext4: Use utf8_check_strict_name helper Message-ID: <20240903113750.GB1002375@mit.edu> References: <20240902225511.757831-1-andrealmeid@igalia.com> <20240902225511.757831-4-andrealmeid@igalia.com> Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240902225511.757831-4-andrealmeid@igalia.com> On Mon, Sep 02, 2024 at 07:55:05PM -0300, André Almeida wrote: > Use the helper function to check the requeriments for casefold > directories using strict enconding. > > Suggested-by: Gabriel Krisman Bertazi > Signed-off-by: André Almeida Acked-by: Theodore Ts'o