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.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 58CD9C433E0 for ; Thu, 30 Jul 2020 03:39:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4351722BF5 for ; Thu, 30 Jul 2020 03:39:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728500AbgG3Dju (ORCPT ); Wed, 29 Jul 2020 23:39:50 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:34836 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726774AbgG3Dju (ORCPT ); Wed, 29 Jul 2020 23:39:50 -0400 Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 8A30C1EE9F9AFAA22382; Thu, 30 Jul 2020 11:39:46 +0800 (CST) Received: from [127.0.0.1] (10.174.179.103) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.487.0; Thu, 30 Jul 2020 11:39:38 +0800 Subject: Re: [RFC PATCH] iomap: add support to track dirty state of sub pages To: Matthew Wilcox CC: , , , , , References: <20200730011901.2840886-1-yukuai3@huawei.com> <20200730031934.GA23808@casper.infradead.org> From: "yukuai (C)" Message-ID: <98b561be-5aca-148f-5f69-2fd2b5dedff4@huawei.com> Date: Thu, 30 Jul 2020 11:39:37 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <20200730031934.GA23808@casper.infradead.org> Content-Type: text/plain; charset="gbk"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.179.103] X-CFilter-Loop: Reflected Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On 2020/7/30 11:19, Matthew Wilcox wrote: > Maybe let the discussion on removing the ->uptodate array finish > before posting another patch for review? Hi, Matthew! Of course, I missed the discussion thread before sending this path. And thanks for your suggestions. Best regards, Yu Kuai