Whamcloud - gitweb
ChangeLog, feature.c:
authorTheodore Ts'o <tytso@mit.edu>
Sun, 14 Jan 2001 18:10:49 +0000 (18:10 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 14 Jan 2001 18:10:49 +0000 (18:10 +0000)
  feature.c: Add definition for EXT3_FEATURE_INCOMPAT_JOURNAL_DEV

lib/e2p/ChangeLog
lib/e2p/feature.c

index 3d37056..1c6d632 100644 (file)
@@ -3,6 +3,8 @@
        * feature.c: Remove backward compatibility #ifdef's for old
                ext2_fs.h header files.
 
+       * feature.c: Add definition for EXT3_FEATURE_INCOMPAT_JOURNAL_DEV
+
 2001-01-11  Theodore Ts'o  <tytso@valinux.com>
 
        * pf.c: Clarified name of the Compression_Raw_Access flag, and
index e5b29e6..ab13081 100644 (file)
@@ -41,6 +41,8 @@ static struct feature feature_list[] = {
                        "filetype" },
        {       E2P_FEATURE_INCOMPAT, EXT3_FEATURE_INCOMPAT_RECOVER,
                        "needs_recovery" },
+       {       E2P_FEATURE_INCOMPAT, EXT3_FEATURE_INCOMPAT_JOURNAL_DEV,
+                       "journal_dev" },
        {       0, 0, 0 },
 };