On Mar 13, 2008 01:12 -0400, Theodore Ts'o wrote: > --- a/e2fsck/problem.h > +++ b/e2fsck/problem.h > @@ -708,6 +708,9 @@ struct problem_context { > /* i_blocks_hi should be zero */ > #define PR_2_BLOCKS_HI_ZERO 0x020044 > > +/* Unexpected HTREE block */ > +#define PR_2_UNEXPECTED_HTREE_BLOCK 0x020045 Just an FYI - this problem number conflicts with the "uninit groups" patch. Not a fatal problem, but I suspect that with patch-fuzz this might apply without being noticed. There is also a problem number added here in the ibadness-counter patch that should be incremented. Alternately, if you make this one 0x020048 it won't conflict with either. Cheers, Andreas -- Andreas Dilger Sr. Staff Engineer, Lustre Group Sun Microsystems of Canada, Inc. -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html