From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BE67EC4727E for ; Wed, 23 Sep 2020 20:30:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 685E02376E for ; Wed, 23 Sep 2020 20:30:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726701AbgIWUav (ORCPT ); Wed, 23 Sep 2020 16:30:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32832 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726199AbgIWUau (ORCPT ); Wed, 23 Sep 2020 16:30:50 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B1739C0613CE; Wed, 23 Sep 2020 13:30:50 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: krisman) with ESMTPSA id 3695329C66D From: Gabriel Krisman Bertazi To: Eric Biggers Cc: Daniel Rosenberg , "Theodore Y . Ts'o" , Jaegeuk Kim , Andreas Dilger , Chao Yu , Alexander Viro , Richard Weinberger , linux-fscrypt@vger.kernel.org, linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-mtd@lists.infradead.org, kernel-team@android.com Subject: Re: [PATCH 1/5] ext4: Use generic casefolding support Organization: Collabora References: <20200923010151.69506-1-drosen@google.com> <20200923010151.69506-2-drosen@google.com> <20200923054714.GB9538@sol.localdomain> Date: Wed, 23 Sep 2020 16:30:45 -0400 In-Reply-To: <20200923054714.GB9538@sol.localdomain> (Eric Biggers's message of "Tue, 22 Sep 2020 22:47:14 -0700") Message-ID: <87o8lw5j7u.fsf@collabora.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Eric Biggers writes: > On Wed, Sep 23, 2020 at 01:01:47AM +0000, Daniel Rosenberg wrote: >> This switches ext4 over to the generic support provided in >> the previous patch. >> >> Since casefolded dentries behave the same in ext4 and f2fs, we decrease >> the maintenance burden by unifying them, and any optimizations will >> immediately apply to both. >> >> Signed-off-by: Daniel Rosenberg >> Reviewed-by: Eric Biggers > > You could also add Gabriel's Reviewed-by from last time: > https://lkml.kernel.org/linux-fsdevel/87lfh4djdq.fsf@collabora.com/ Yep, I was gonna say that. Assuming nothing changed from the last submission in the other series. Thanks, -- Gabriel Krisman Bertazi