Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 28 Sep 2002 13:24:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 28 Sep 2002 13:24:48 -0400 Received: from h68-147-110-38.cg.shawcable.net ([68.147.110.38]:54771 "EHLO webber.adilger.int") by vger.kernel.org with ESMTP id ; Sat, 28 Sep 2002 13:24:47 -0400 Date: Sat, 28 Sep 2002 11:27:49 -0600 From: Andreas Dilger To: "Theodore Ts'o" , Ryan Cumming , linux-kernel@vger.kernel.org, ext2-devel@lists.sourceforge.net Subject: Re: [Ext2-devel] Re: [BK PATCH] Add ext3 indexed directory (htree) support Message-ID: <20020928172748.GF22795@clusterfs.com> Mail-Followup-To: Theodore Ts'o , Ryan Cumming , linux-kernel@vger.kernel.org, ext2-devel@lists.sourceforge.net References: <20020926235741.GC10551@think.thunk.org> <20020927041234.GS22795@clusterfs.com> <200209271820.41906.ryan@completely.kicks-ass.org> <20020928141330.GA653@think.thunk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020928141330.GA653@think.thunk.org> User-Agent: Mutt/1.4i X-GPG-Key: 1024D/0D35BED6 X-GPG-Fingerprint: 7A37 5D79 BF1B CECA D44F 8A29 A488 39F5 0D35 BED6 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1276 Lines: 27 On Sep 28, 2002 10:13 -0400, Theodore Ts'o wrote: > The nature of the corruption is that a directory entry of size 8 > (which is enough room for a zero-length name) is left in the > directory. This is harmless, but it should never happen normally, and > so the ext3 sanity-checking code flags it as an error. With this > patch, e2fsck is much smarter about salvaging corrupt directories, and > so it can do so without causing any directory entries to be lost. > (This corrupted, too-small directory entry appears at the beginning of > the directory block, which is another reason why I strongly suspect > the dx_split code.) One idea I just had but don't have time to investigate (babysitting both kids today) is if the do_split() code is creating a hash entry for unused dir entries (i.e. inode == 0 or name_len == 0). If that is the case, then it could explain the presence of this short entry. Cheers, Andreas -- Andreas Dilger http://www-mddsp.enel.ucalgary.ca/People/adilger/ http://sourceforge.net/projects/ext2resize/ - 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/