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 3E785C43217 for ; Thu, 1 Dec 2022 06:26:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229821AbiLAG0a (ORCPT ); Thu, 1 Dec 2022 01:26:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33658 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229770AbiLAG01 (ORCPT ); Thu, 1 Dec 2022 01:26:27 -0500 Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6DB6C48419; Wed, 30 Nov 2022 22:26:25 -0800 (PST) Received: from dggpeml500021.china.huawei.com (unknown [172.30.72.56]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4NN5fq5Q42zHwM9; Thu, 1 Dec 2022 14:25:39 +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.2375.31; Thu, 1 Dec 2022 14:26:22 +0800 Message-ID: Date: Thu, 1 Dec 2022 14:26:21 +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 0/2] ext4: fix a infinite loop in do_writepages after online resizing Content-Language: en-US To: Theodore Ts'o CC: , , , , , , , , , References: <20220817132701.3015912-1-libaokun1@huawei.com> <166975630697.2135297.7495422853696969304.b4-ty@mit.edu> <3cd4e5d1-4837-a569-18b4-72fcaabf103d@huawei.com> From: Baokun Li In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.174.177.174] X-ClientProxiedBy: dggems704-chm.china.huawei.com (10.3.19.181) To dggpeml500021.china.huawei.com (7.185.36.21) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2022/12/1 11:42, Theodore Ts'o wrote: > On Wed, Nov 30, 2022 at 10:08:13AM +0800, Baokun Li wrote: >> But I thought this patch set was discarded because there was no >> "Reviewed-by". > No, it had just slipped through the cracks; and when I was going back > through patchwork to see what patches were outstanding, I came across > the patch set which had gotten missed during the last cycle; and I > didn't notice that it had been superceded with a newer patch which > achieved the same goal. > > I'll drop it from the ext4 tree and then pick up your newer series. > > - Ted > Thank you very much! 😉 -- With Best Regards, Baokun Li .