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=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 5C0CAC3A59F for ; Mon, 26 Aug 2019 16:51:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3975720850 for ; Mon, 26 Aug 2019 16:51:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733310AbfHZQvL (ORCPT ); Mon, 26 Aug 2019 12:51:11 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:35621 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730248AbfHZQvK (ORCPT ); Mon, 26 Aug 2019 12:51:10 -0400 Received: from callcc.thunk.org (guestnat-104-133-0-111.corp.google.com [104.133.0.111] (may be forged)) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id x7QGp6Ck026901 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 26 Aug 2019 12:51:07 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id 4BAFF42049E; Mon, 26 Aug 2019 12:51:06 -0400 (EDT) Date: Mon, 26 Aug 2019 12:51:06 -0400 From: "Theodore Y. Ts'o" To: Andreas Dilger Cc: linux-ext4@vger.kernel.org Subject: Re: question about jbd2 checksum v2 and v3 flag Message-ID: <20190826165106.GF4918@mit.edu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Sun, Aug 25, 2019 at 09:05:36PM -0600, Andreas Dilger wrote: > See description of the compat/incompat/ro_compat fields at: > > https://ext4.wiki.kernel.org/index.php/Ext4_Disk_Layout#The_Super_Block > Hey Andreas, As an aside, thanks for puting the above wiki page. Any chance you could also send a patch to update Documentation/filesystems/ext4/super.rst? Many thanks!! - Ted