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 9E690C77B6E for ; Thu, 13 Apr 2023 12:26:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229772AbjDMM0c (ORCPT ); Thu, 13 Apr 2023 08:26:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41472 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229663AbjDMM0b (ORCPT ); Thu, 13 Apr 2023 08:26:31 -0400 Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B1129359A; Thu, 13 Apr 2023 05:26:30 -0700 (PDT) Received: from dggpeml500021.china.huawei.com (unknown [172.30.72.55]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4PxzHb4hLkznbsH; Thu, 13 Apr 2023 20:22:51 +0800 (CST) Received: from [10.174.177.174] (10.174.177.174) by dggpeml500021.china.huawei.com (7.185.36.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.23; Thu, 13 Apr 2023 20:26:27 +0800 Message-ID: Date: Thu, 13 Apr 2023 20:26:27 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.1.2 Subject: Re: [PATCH v3 2/8] ext4: add a new helper to check if es must be kept Content-Language: en-US To: Jan Kara CC: , , , , , , , , Baokun Li References: <20230412124126.2286716-1-libaokun1@huawei.com> <20230412124126.2286716-3-libaokun1@huawei.com> <20230412185300.rpfwdlxeiptqaxes@quack3> <22b3bfef-7a47-036d-125b-180040a0c743@huawei.com> <20230413103447.br5wgi6zhaaarcaz@quack3> From: Baokun Li In-Reply-To: <20230413103447.br5wgi6zhaaarcaz@quack3> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.177.174] X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To dggpeml500021.china.huawei.com (7.185.36.21) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On 2023/4/13 18:34, Jan Kara wrote: > On Thu 13-04-23 10:00:56, Baokun Li wrote: >> Can you please help review the remaining patches for any problems? >> If you have any suggestions, I'll fix them together and post another version >> of v4. > Yes, I've got a bit stuck thinking about the GFP_NOFAIL problem and how to > best solve it. It will require some changes but most of the patchset can > stay I believe. > > Honza OK! Thank you so much! That's a tricky one indeed. -- With Best Regards, Baokun Li .