From 2a6125540bf49b843e962da9b5ba0347081a904f Mon Sep 17 00:00:00 2001 From: johann Date: Wed, 18 Jul 2007 07:43:11 +0000 Subject: [PATCH] Branch b1_6 b=12861 i=alex i=adilger i=kalpak Severity : major Bugzilla : 12861 Description: ldiskfs_ext_search_right: bad header in inode #3981353: unexpected eh_depth Details : a wrong check of extent headers in ldiskfs_ext_search_right() can cause the filesystem to be remounted read-only. --- lustre/ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 762279d..4df8ec7 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -482,7 +482,15 @@ Frequency : rare Bugzilla : 11324 Description: LDISKFS-fs error (device sdc): ldiskfs_free_blocks Details : a disk corruption can cause the mballoc code to assert on a - double free. + double free or other extent corruptions. Handle these with + ext3_error() instead of assertions. + +Severity : major +Bugzilla : 12861 +Description: ldiskfs_ext_search_right: bad header in inode #3981353: unexpected + eh_depth +Details : a wrong check of extent headers in ldiskfs_ext_search_right() + can cause the filesystem to be remounted read-only. -------------------------------------------------------------------------------- -- 1.8.3.1