]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Change the primary name of the extents feature to be 'extent'
authorTheodore Ts'o <tytso@mit.edu>
Fri, 18 Apr 2008 03:33:05 +0000 (23:33 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 18 Apr 2008 03:33:05 +0000 (23:33 -0400)
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" <tytso@mit.edu>
lib/e2p/feature.c

index b3a2b4df2ef7f8605dfef3b546cb35a044add830..12cb8a32f2fb21997b430c5517d92a1a7c327c5d 100644 (file)
@@ -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,