diff options
author | Theodore Ts'o <tytso@mit.edu> | 2001-05-23 18:30:10 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2001-05-23 18:30:10 +0000 |
commit | 4ed8ebe2684aa3863ce8286d29195baf5e879876 (patch) | |
tree | b2f96573b5b8d52267d1027fd0b0a8b41d80ce6b /lib | |
parent | 5a009bb92582d1500302208300d46b7915d548c6 (diff) | |
download | e2fsprogs-4ed8ebe2684aa3863ce8286d29195baf5e879876.tar.gz |
ChangeLog, ext2_err.et.in:
ext2_err.et.in (EXT2_ET_JOURNAL_UNSUPP_VERSION): Added new error code.
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 |