From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11354 invoked by alias); 16 Sep 2007 17:14:46 -0000 Received: (qmail 11334 invoked by uid 9582); 16 Sep 2007 17:14:45 -0000 Date: Sun, 16 Sep 2007 17:14:00 -0000 Message-ID: <20070916171445.11333.qmail@sourceware.org> From: rpeterso@sourceware.org To: cluster-cvs@sources.redhat.com Subject: cluster/gfs2 fsck/metawalk.c libgfs2/libgfs2.h ... Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00392.txt.bz2 CVSROOT: /cvs/cluster Module name: cluster Changes by: rpeterso@sourceware.org 2007-09-16 17:14:45 Modified files: gfs2/fsck : metawalk.c gfs2/libgfs2 : libgfs2.h structures.c Log message: Resolves: bz 287901: GFS2: fsck errors and corruption with files > 945MB The gfs2_fsck program wasn't following enough levels of indirection when walking metadata. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/metawalk.c.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/libgfs2.h.diff?cvsroot=cluster&r1=1.17&r2=1.18 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/structures.c.diff?cvsroot=cluster&r1=1.10&r2=1.11