diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-06-16 22:13:55 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-06-17 01:14:30 -0400 |
commit | 74128f8d7e93fe633aa87951319a4afd252a4494 (patch) | |
tree | e877ab4138e0c2477b9c270d6af5f072eacb21d8 /resize/main.c | |
parent | 123b8808460e23fbb42c802c11c19482ddab80a9 (diff) | |
download | e2fsprogs-74128f8d7e93fe633aa87951319a4afd252a4494.tar.gz |
resize2fs: Fix support for the uninit_bg feature
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'resize/main.c')
-rw-r--r-- | resize/main.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/resize/main.c b/resize/main.c index e26cd8b7..d7097ada 100644 --- a/resize/main.c +++ b/resize/main.c @@ -307,12 +307,6 @@ int main (int argc, char ** argv) exit (1); } - if (fs->super->s_feature_ro_compat & EXT4_FEATURE_RO_COMPAT_GDT_CSUM) { - com_err(program_name, EXT2_ET_RO_UNSUPP_FEATURE, - ":- uninit_bg"); - exit(1); - } - /* * Check for compatibility with the feature sets. We need to * be more stringent than ext2fs_open(). |