]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
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 58387b7c05761509b1948c4e26aa77ccb3762ea9..273e5308b54f42f3f1045a3c091becea5ed82040 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 842cf345554e183d0756a3f79cad8f6f527d6317..c4f84c918ba9563279184fe4dbe037a81831a3e3 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