From: Theodore Ts'o Date: Fri, 18 Apr 2008 03:33:05 +0000 (-0400) Subject: Change the primary name of the extents feature to be 'extent' X-Git-Tag: v1.41-WIP-0427~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba1e1254b0c173d7f2f7978feb883111e4c6b921;p=thirdparty%2Fe2fsprogs.git Change the primary name of the extents feature to be 'extent' This was the original name used by Lustre's patches; keep the plural when converting feature names to a feature mask for compatibility's sake. Signed-off-by: "Theodore Ts'o" --- diff --git a/lib/e2p/feature.c b/lib/e2p/feature.c index b3a2b4df2..12cb8a32f 100644 --- a/lib/e2p/feature.c +++ b/lib/e2p/feature.c @@ -61,12 +61,12 @@ static struct feature feature_list[] = { "needs_recovery" }, { E2P_FEATURE_INCOMPAT, EXT3_FEATURE_INCOMPAT_JOURNAL_DEV, "journal_dev" }, + { E2P_FEATURE_INCOMPAT, EXT3_FEATURE_INCOMPAT_EXTENTS, + "extent" }, { E2P_FEATURE_INCOMPAT, EXT3_FEATURE_INCOMPAT_EXTENTS, "extents" }, { E2P_FEATURE_INCOMPAT, EXT2_FEATURE_INCOMPAT_META_BG, "meta_bg" }, - { E2P_FEATURE_INCOMPAT, EXT3_FEATURE_INCOMPAT_EXTENTS, - "extent" }, { E2P_FEATURE_INCOMPAT, EXT4_FEATURE_INCOMPAT_64BIT, "64bit" }, { E2P_FEATURE_INCOMPAT, EXT4_FEATURE_INCOMPAT_FLEX_BG,