Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp332222ybx; Tue, 29 Oct 2019 19:35:55 -0700 (PDT) X-Google-Smtp-Source: APXvYqzwhUaEjzNkSkRjSr6GlGuGpphg/dnPSIgHNnx+Oymtw0dKWizopmFYqZoGyGc53z+YCR5M X-Received: by 2002:aa7:d398:: with SMTP id x24mr17383942edq.65.1572402955013; Tue, 29 Oct 2019 19:35:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572402955; cv=none; d=google.com; s=arc-20160816; b=z/ZUdoIz7m7uDG/80x/t0QzCXGlkY3qgDJkZd4eqotH1hfDgakfpDDx6VCT+qJHabr HedMynFuoBC4yEpbq9/CAOxzMAesR7Ngze94t+N3Uwo0wp/4T1pPRX+NaBhCTj71uEgo G/vd4OGUii2D31ZGDteHfI/sWocakdCQj2JTHYVoelne85fi7KSko+zl3YsikrdpDOu+ vQWyoXt/XUSuJEbS/S+OTafqfSX6Mi0ojpdUJt6S2xKSXhqrNq30ioNjLupUG1CHsSpu ZvsekQLJ/L0BuH/8FPF0sM1VSnSlHTu08oMC/RrjCOqBCdqCwxtRbU/H8KYLL2rKUoVz RXFw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=D6qIxHUvd59m1Gd9HTdc4xL7XxOkvRdG88sxpK78DXI=; b=gAfN8BT45G1CceYsrWevv0OD2XUvhahcYbL39dh2cefow2x20SqUWbWb42yho6V2Tm 8AGCSEfyPXjmvrOP3q8dD9xo5xjG8c5eT3EHsV3llyISJF5j4a4XyM1MvG2PsiBY8ll+ UVu+KxyV14bDGertIADPrguczKP7m1YodT+T/SjUXAzzfFXpUSpVddfDns/FD7PfXn7O 4uQFof4ANfirm00MspdrDjuuaAU/UCpfqpJ14998ie55PPC3L1sXBDAWY8/iVkf43HFV ugh7A05eYqMRuNAGXM63BrtiLjUMfplRBAMWAbiXbWIFdIUjVP9TnSyjj1NC4Dzdztw/ 6B8g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id ha5si359110ejb.329.2019.10.29.19.35.31; Tue, 29 Oct 2019 19:35:55 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726752AbfJ3CeB (ORCPT + 99 others); Tue, 29 Oct 2019 22:34:01 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:5646 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726037AbfJ3CeB (ORCPT ); Tue, 29 Oct 2019 22:34:01 -0400 Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 72FD0B1E863A346FBC17; Wed, 30 Oct 2019 10:33:56 +0800 (CST) Received: from [10.134.22.195] (10.134.22.195) by smtp.huawei.com (10.3.19.208) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 30 Oct 2019 10:33:48 +0800 Subject: Re: [PATCH v5] erofs: support superblock checksum To: Gao Xiang , Pratik Shinde , CC: Gao Xiang , References: <20191028134405.GA186556@architecture4> <20191028143202.133428-1-gaoxiang25@huawei.com> From: Chao Yu Message-ID: Date: Wed, 30 Oct 2019 10:33:47 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20191028143202.133428-1-gaoxiang25@huawei.com> Content-Type: text/plain; charset="windows-1252" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.134.22.195] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2019/10/28 22:32, Gao Xiang wrote: > From: Pratik Shinde > > Introduce superblock checksum feature in order to verify > a number of given blocks at mounting time. > > Signed-off-by: Pratik Shinde > Signed-off-by: Gao Xiang Reviewed-by: Chao Yu Thanks,