aboutsummaryrefslogtreecommitdiff
path: root/lib/ext2fs/ext2_err.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ext2fs/ext2_err.c')
-rw-r--r--lib/ext2fs/ext2_err.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/ext2fs/ext2_err.c b/lib/ext2fs/ext2_err.c
index 528fe9f7..322361c8 100644
--- a/lib/ext2fs/ext2_err.c
+++ b/lib/ext2fs/ext2_err.c
@@ -8,7 +8,7 @@
#define N_(a) a
static const char * const text[] = {
- N_( "EXT2FS Library version v1.46.2-1113-gb00aa279"),
+ N_( "EXT2FS Library version android-t-qpr1-beta-2-gpl-369-g8ed4b2673"),
N_( "Wrong magic number for ext2_filsys structure"),
N_( "Wrong magic number for badblocks_list structure"),
N_( "Wrong magic number for badblocks_iterate structure"),
@@ -189,6 +189,8 @@ static const char * const text[] = {
N_( "Inode containing extended attribute value is corrupted"),
N_( "Group descriptors not loaded"),
N_( "The internal ext2_filsys data structure appears to be corrupted"),
+ N_( "Found cyclic loop in extent tree"),
+ N_( "Operation not supported on an external journal"),
0
};
@@ -203,7 +205,7 @@ struct et_list {
};
extern struct et_list *_et_list;
-const struct error_table et_ext2_error_table = { text, 2133571328L, 181 };
+const struct error_table et_ext2_error_table = { text, 2133571328L, 183 };
static struct et_list link = { 0, 0 };