feature.c: Add definition for EXT3_FEATURE_INCOMPAT_JOURNAL_DEV
* 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
"filetype" },
{ E2P_FEATURE_INCOMPAT, EXT3_FEATURE_INCOMPAT_RECOVER,
"needs_recovery" },
+ { E2P_FEATURE_INCOMPAT, EXT3_FEATURE_INCOMPAT_JOURNAL_DEV,
+ "journal_dev" },
{ 0, 0, 0 },
};