diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ext2fs/ChangeLog | 5 | ||||
-rw-r--r-- | lib/ext2fs/ext2_err.et.in | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog index 58387b7c..273e5308 100644 --- a/lib/ext2fs/ChangeLog +++ b/lib/ext2fs/ChangeLog @@ -1,3 +1,8 @@ +2001-05-23 Theodore Tso <tytso@valinux.com> + + * ext2_err.et.in (EXT2_ET_JOURNAL_UNSUPP_VERSION): Added new error + code. + 2001-05-21 Theodore Tso <tytso@valinux.com> * ext2_fs.h: Change assignment of EXT2_FEATURE_COMPAT_DIR_INDEX to diff --git a/lib/ext2fs/ext2_err.et.in b/lib/ext2fs/ext2_err.et.in index 842cf345..c4f84c91 100644 --- a/lib/ext2fs/ext2_err.et.in +++ b/lib/ext2fs/ext2_err.et.in @@ -266,5 +266,8 @@ ec EXT2_ET_NO_JOURNAL_SB, ec EXT2_ET_JOURNAL_TOO_SMALL, "Journal must be at least 1024 blocks" +ec EXT2_ET_JOURNAL_UNSUPP_VERSION, + "Unsupported journal version" + end |