From: Theodore Ts'o Date: Wed, 23 May 2001 18:30:10 +0000 (+0000) Subject: ChangeLog, ext2_err.et.in: X-Git-Tag: E2FSPROGS-1_20~13 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=4ed8ebe2684aa3863ce8286d29195baf5e879876;p=tools%2Fe2fsprogs.git ChangeLog, ext2_err.et.in: ext2_err.et.in (EXT2_ET_JOURNAL_UNSUPP_VERSION): Added new error code. --- diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog index 58387b7..273e530 100644 --- a/lib/ext2fs/ChangeLog +++ b/lib/ext2fs/ChangeLog @@ -1,3 +1,8 @@ +2001-05-23 Theodore Tso + + * ext2_err.et.in (EXT2_ET_JOURNAL_UNSUPP_VERSION): Added new error + code. + 2001-05-21 Theodore Tso * 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 842cf34..c4f84c9 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