Whamcloud - gitweb
ChangeLog, ext2_err.et.in:
authorTheodore Ts'o <tytso@mit.edu>
Wed, 23 May 2001 18:30:10 +0000 (18:30 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 23 May 2001 18:30:10 +0000 (18:30 +0000)
  ext2_err.et.in (EXT2_ET_JOURNAL_UNSUPP_VERSION): Added new error code.

lib/ext2fs/ChangeLog
lib/ext2fs/ext2_err.et.in

index 58387b7..273e530 100644 (file)
@@ -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
index 842cf34..c4f84c9 100644 (file)
@@ -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