]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
libext2fs: add INLINE_DATA into EXT2_LIB_SOFTSUPP_INCOMPAT
authorZheng Liu <wenqing.lz@taobao.com>
Sun, 13 Oct 2013 03:20:38 +0000 (23:20 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 13 Oct 2013 03:20:38 +0000 (23:20 -0400)
EXT4_FEATURE_INCOMPAT_INLINE_DATA flag is added into
EXT2_LIB_SOFTSUPP_INCOMPAT due to we still need to take a long time to
test inline_data feature.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/ext2fs.h

index ee301062a27642dcc9e946d29354c7821e360d80..67876ad7e44461ce8c5426d6c1e4a98ffbcdeb56 100644 (file)
@@ -610,7 +610,7 @@ typedef struct ext2_icount *ext2_icount_t;
  * These features are only allowed if EXT2_FLAG_SOFTSUPP_FEATURES is passed
  * to ext2fs_openfs()
  */
-#define EXT2_LIB_SOFTSUPP_INCOMPAT     (0)
+#define EXT2_LIB_SOFTSUPP_INCOMPAT     (EXT4_FEATURE_INCOMPAT_INLINE_DATA)
 #define EXT2_LIB_SOFTSUPP_RO_COMPAT    (EXT4_FEATURE_RO_COMPAT_REPLICA)