diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-04-17 23:31:44 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-04-17 23:31:44 -0400 |
commit | 2930dad2b20fe4b04ee3e9f5c7a76d8bf63342b0 (patch) | |
tree | a5c8b143d5c0dcc802719d0e6eeb06a1dfea2056 /lib/e2p | |
parent | 7a1eac2fbe8bcd6588a198af51f66347bb10f5ab (diff) | |
download | e2fsprogs-2930dad2b20fe4b04ee3e9f5c7a76d8bf63342b0.tar.gz |
Rename the feature uninit_groups to uninit_bg
Allow the old name of uninit_groups when converting feature names for
backwards compatibility for scripts running mke2fs and tune2fs.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'lib/e2p')
-rw-r--r-- | 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 cf374478..b3a2b4df 100644 --- a/lib/e2p/feature.c +++ b/lib/e2p/feature.c @@ -45,6 +45,8 @@ static struct feature feature_list[] = { { E2P_FEATURE_RO_INCOMPAT, EXT4_FEATURE_RO_COMPAT_HUGE_FILE, "huge_file" }, { E2P_FEATURE_RO_INCOMPAT, EXT4_FEATURE_RO_COMPAT_GDT_CSUM, + "uninit_bg" }, + { E2P_FEATURE_RO_INCOMPAT, EXT4_FEATURE_RO_COMPAT_GDT_CSUM, "uninit_groups" }, { E2P_FEATURE_RO_INCOMPAT, EXT4_FEATURE_RO_COMPAT_DIR_NLINK, "dir_nlink" }, |