Please don't reply to lustre-devel. Instead, comment in Bugzilla by using the 
following link:
https://bugzilla.lustre.org/show_bug.cgi?id=11510



Created an attachment (id=9439)
Please don't reply to lustre-devel. Instead, comment in Bugzilla by using the 
following link:
 --> (https://bugzilla.lustre.org/attachment.cgi?id=9439&action=view)
Fix for e2fsck doesn't display an error message when inode index block is full.

The patch should be replaced with e2fsprogs-extents.patch in
e2fsprogs-1.39.cfs3.

[EMAIL PROTECTED] e2fsprogs-1.39.cfs3]# interdiff 
../e2fsprogs-extents.patch.orig
patches/e2fsprogs-extents.patch 
diff -u e2fsprogs/lib/ext2fs/extents.c e2fsprogs/lib/ext2fs/extents.c
--- e2fsprogs/lib/ext2fs/extents.c      2006-12-27 16:48:54.000000000 -0700
+++ e2fsprogs/lib/ext2fs/extents.c      2006-12-27 16:48:54.000000000 -0700
@@ -348,6 +348,8 @@
                                if (nh->eh_entries == 0)
                                        ix->ei_leaf = ix->ei_leaf_hi = 0;
                        }
+                       if (flags & BLOCK_ERROR)
+                               ret |= BLOCK_ERROR;
                        if (flags & BLOCK_ABORT) {
                                ret |= BLOCK_ABORT;
                                goto free_buf;

_______________________________________________
Lustre-devel mailing list
[email protected]
https://mail.clusterfs.com/mailman/listinfo/lustre-devel

Reply via email to