summaryrefslogtreecommitdiff
path: root/resize
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2008-04-17 23:31:44 -0400
committerTheodore Ts'o <tytso@mit.edu>2008-04-17 23:31:44 -0400
commit2930dad2b20fe4b04ee3e9f5c7a76d8bf63342b0 (patch)
treea5c8b143d5c0dcc802719d0e6eeb06a1dfea2056 /resize
parent7a1eac2fbe8bcd6588a198af51f66347bb10f5ab (diff)
downloade2fsprogs-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 'resize')
-rw-r--r--resize/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/resize/main.c b/resize/main.c
index 2e5c89c0..8b90e967 100644
--- a/resize/main.c
+++ b/resize/main.c
@@ -309,7 +309,7 @@ int main (int argc, char ** argv)
if (fs->super->s_feature_ro_compat & EXT4_FEATURE_RO_COMPAT_GDT_CSUM) {
com_err(program_name, EXT2_ET_RO_UNSUPP_FEATURE,
- ":- uninit_groups");
+ ":- uninit_bg");
exit(1);
}