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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EB1C6C433EF for ; Thu, 19 May 2022 21:19:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245099AbiESVTe (ORCPT ); Thu, 19 May 2022 17:19:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49420 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231966AbiESVTd (ORCPT ); Thu, 19 May 2022 17:19:33 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2F826ED726 for ; Thu, 19 May 2022 14:19:33 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: krisman) with ESMTPSA id B46201F45F91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1652995171; bh=9UAgBFTt2vdRr0ftu7setFAvUFoAFx2iq2uAUNBM4AA=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=Im0BK9bmSGNNu17ndQ3QcKrFatwtidljSZ1Er0F77FtlZuQh7qiPBsrDwBN3HoS9z 3s7iPjaDsY6wsKyp5PT5fSORRHmklU/Umt0gdSgmXpUcI4XMmL5h0UzoktC2Rvb2l2 yVdciciPQWWo5z+ckfX/T8eeW1KIWqsT8auOlXQ0B5BpiPIZwWSPsm6YxvONIy+FgA uUEDgOyRK0yGmCqT27wiwVhCYm6A9f+5WmRFuPXnDFE7tY0aXVSt5hPg6dmP8VZrxb eokjrTFH5cxCgiJhuGR3yXy2f98K3kOavn0Mow8PMeSc8HB2qVolTESqdaMkWE1hXX n090p52E/csnQ== From: Gabriel Krisman Bertazi To: tytso@mit.edu Cc: adilger.kernel@dilger.ca, jaegeuk@kernel.org, ebiggers@kernel.org, linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, kernel@collabora.com Subject: Re: [PATCH v7 0/8] Clean up the case-insensitive lookup path Organization: Collabora References: <20220519204645.16528-1-krisman@collabora.com> Date: Thu, 19 May 2022 17:19:28 -0400 In-Reply-To: <20220519204645.16528-1-krisman@collabora.com> (Gabriel Krisman Bertazi's message of "Thu, 19 May 2022 16:46:37 -0400") Message-ID: <871qwpnrtr.fsf@collabora.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org Gabriel Krisman Bertazi writes: > Hi Eric, Ted, > > This is v7 of this series (thank you for the feedback!) . This picks up > a few r-b tags and has one small fix asked by Eric to handle a corner > case in ext4_match when IS_ENCRYPTED() and the key is added during > lookup. > Ugh, sorry. this is a bogus submission. please, disregard. -- Gabriel Krisman Bertazi