From: Zheng Liu <wenqing.lz@xxxxxxxxxx> Add EXT4_FEATURE_INCOMPAT_INLINE_DATA flag into feautre list. Signed-off-by: Zheng Liu <wenqing.lz@xxxxxxxxxx> --- lib/e2p/feature.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/e2p/feature.c b/lib/e2p/feature.c index 19e6f0c..aadc03e 100644 --- a/lib/e2p/feature.c +++ b/lib/e2p/feature.c @@ -87,6 +87,8 @@ static struct feature feature_list[] = { "mmp" }, { E2P_FEATURE_INCOMPAT, EXT4_FEATURE_INCOMPAT_FLEX_BG, "flex_bg"}, + { E2P_FEATURE_INCOMPAT, EXT4_FEATURE_INCOMPAT_INLINE_DATA, + "inline_data"}, { 0, 0, 0 }, }; -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html