Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756055Ab2BMW2s (ORCPT ); Mon, 13 Feb 2012 17:28:48 -0500 Received: from li9-11.members.linode.com ([67.18.176.11]:48995 "EHLO test.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753847Ab2BMW2q (ORCPT ); Mon, 13 Feb 2012 17:28:46 -0500 Date: Mon, 13 Feb 2012 17:28:28 -0500 From: "Ted Ts'o" To: Andreas Dilger Cc: "Darrick J. Wong" , Sunil Mushran , Martin K Petersen , Greg Freemyer , Amir Goldstein , linux-kernel , Andi Kleen , Mingming Cao , Joel Becker , linux-fsdevel , linux-ext4@vger.kernel.org, Coly Li Subject: Re: [PATCH 13/23] ext4: Add new feature to make block group checksums use metadata_csum algorithm Message-ID: <20120213222828.GF21641@thunk.org> Mail-Followup-To: Ted Ts'o , Andreas Dilger , "Darrick J. Wong" , Sunil Mushran , Martin K Petersen , Greg Freemyer , Amir Goldstein , linux-kernel , Andi Kleen , Mingming Cao , Joel Becker , linux-fsdevel , linux-ext4@vger.kernel.org, Coly Li References: <20120107082751.21970.84856.stgit@elm3c44.beaverton.ibm.com> <20120107082919.21970.99182.stgit@elm3c44.beaverton.ibm.com> <8ED6E1F9-DB56-4D31-BCA8-2A3A8D514BD5@dilger.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8ED6E1F9-DB56-4D31-BCA8-2A3A8D514BD5@dilger.ca> User-Agent: Mutt/1.5.20 (2009-06-14) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on test.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 721 Lines: 16 On Mon, Feb 13, 2012 at 02:40:26PM -0700, Andreas Dilger wrote: > > If a kernel understands METADATA_CSUM, it will check this first and > ignore whether GDT_CSUM is set or not (though it shouldn't ever be > set at the same time). Either of these features will cause an older > kernel to mount the filesystem read-only, which is all that is needed. ... note that when we check for the uninit bits, this will have to be done if GDT_CSUM || METADATA_CSUM are set. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/