Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp3806208pxu; Wed, 9 Dec 2020 00:35:28 -0800 (PST) X-Google-Smtp-Source: ABdhPJwPolHZ2cl28SaUmZd20fb2uBuZhBusoZLdRs+tcNpqNtg/4KYuTbCoNhi6cfrJE0KBHf5B X-Received: by 2002:aa7:d459:: with SMTP id q25mr940133edr.279.1607502928633; Wed, 09 Dec 2020 00:35:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607502928; cv=none; d=google.com; s=arc-20160816; b=vzgfp2KoBm5m4R8tI+gQ8NJR8tSJ8H7sxeMTfWYRa2GJNXSO91f/msoM2CEk4z4Xll HndiGxJS9vh9YeyYRvX5tFW/7Oua1V5lhZr3Npb8CTOx1DBsmJJG79Mg99HpfG1gkoo8 KgRYvxJ9K2qVs1Sgiblg1lJoYirRtG8zzlZSRbevtWzCt7c/YLPUn92U6obHYxLARWZ1 aQFc6JUKxP+5minSmLgXsIqhlAEhgRzV6XQP6aoytvBk0KULxyQwa0edNUn27IR+jZfE fb9w1CzGIiRD4ZsUBYmwqCkkjV1SqU7VoIKaNIPIlG+bFWPieYCAaSq6Ci/0LfYpjf9k d9CQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=BpUq5LD13pFu9XGzuuYFyRSKjKuZS2Zi2kPdCwvGkBI=; b=aRS73xUKNRxuRHvCaNGXgLXpIOrcWVicQmFFZ34vUMcebfmbybnfj5oAvtVtCszGce Ut3bZjOkBw6aH+9LqjaF3ER2E8UnseR1z13KJyakOwnLpbEpk0iAZE/mCnE4GikFGS+d tEEzMOQpLP/s4ZzD9GrjdVpe414LttZ5wkBZvWX5WeZ0UDf4Q1AxxqbHH7h3qVRRQQ6c v9uNbRHqBZ8lovSA16DxcGBI1RUCjIVegxfgj4c+14uiaPrgnkUNFiEzRuPOngfBVp9C a0AtEi/MghJb3oDC09ajkfynqZLK46S1TpZ4ZuhhXUHOHtSb/tusd6xwnTsEv+VJPhoo KxyQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id f21si447066eds.396.2020.12.09.00.35.05; Wed, 09 Dec 2020 00:35:28 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726618AbgLIIcL (ORCPT + 99 others); Wed, 9 Dec 2020 03:32:11 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:9136 "EHLO szxga04-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725933AbgLIIcK (ORCPT ); Wed, 9 Dec 2020 03:32:10 -0500 Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4CrVcb4n1Cz15ZX9; Wed, 9 Dec 2020 16:30:55 +0800 (CST) Received: from [10.136.114.67] (10.136.114.67) by smtp.huawei.com (10.3.19.208) with Microsoft SMTP Server (TLS) id 14.3.487.0; Wed, 9 Dec 2020 16:31:25 +0800 Subject: Re: [f2fs-dev] [PATCH v4] f2fs: compress: support chksum To: Jaegeuk Kim CC: , References: <20201208031437.56627-1-yuchao0@huawei.com> <22ac4df6-53ec-fb7c-c4dd-26435352a701@huawei.com> <37d89d34-add1-5254-380b-233ef7a460d4@huawei.com> <5398c880-d4d3-81b9-f3c9-765ba1470e96@huawei.com> <0d4a20ec-f6e4-ff24-8733-94cc3762195d@huawei.com> From: Chao Yu Message-ID: Date: Wed, 9 Dec 2020 16:31:20 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.136.114.67] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020/12/9 16:23, Jaegeuk Kim wrote: > On 12/09, Chao Yu wrote: >> On 2020/12/9 12:28, Chao Yu wrote: >>> On 2020/12/9 11:54, Jaegeuk Kim wrote: >>>> Ah, could you please write another patch to adjust the new changes? >>> >>> No problem, will drop "f2fs: compress:support chksum" based on your dev branch, and >>> apply all compress related patches on top of dev branch. >> >> Jaegeuk, could you please >> - drop "f2fs: compress:support chksum", > > What I mean is keeping the old version in dev branch as is, since it gives > another conflicts when dropping it. That can add another bug at this point. > Can I get a separate patch to fix any issues in that original patch? Oops... Thanks, > >> - manually fix conflict when applying "f2fs: add compress_mode mount option" >> - and then apply last my resent patches. >> >> Thanks, > . >