From: Theodore Ts'o Subject: Re: [PATCH 06/25] e2fsck: detect and repair external journal superblock checksum errors Date: Thu, 11 Sep 2014 12:43:59 -0400 Message-ID: <20140911164359.GN26178@thunk.org> References: <20140908231135.25904.66591.stgit@birch.djwong.org> <20140908231215.25904.49603.stgit@birch.djwong.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-ext4@vger.kernel.org, TR Reardon To: "Darrick J. Wong" Return-path: Received: from imap.thunk.org ([74.207.234.97]:51467 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755597AbaIKQoB (ORCPT ); Thu, 11 Sep 2014 12:44:01 -0400 Content-Disposition: inline In-Reply-To: <20140908231215.25904.49603.stgit@birch.djwong.org> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Mon, Sep 08, 2014 at 04:12:15PM -0700, Darrick J. Wong wrote: > Verify the (ext4) superblock checksum of an external journal device > and prompt to correct the checksum if nothing else is wrong with the > superblock. > > Signed-off-by: Darrick J. Wong > Cc: TR Reardon Applied, thanks. - Ted