]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
resize2fs: remove bigalloc warning for online resizing
authorTheodore Ts'o <tytso@mit.edu>
Tue, 27 Feb 2018 06:27:10 +0000 (01:27 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 27 Feb 2018 06:27:10 +0000 (01:27 -0500)
The kernel supports online resizing of bigalloc file systems.  There's
no real point to have a scary messaging when doing an online resize of
bigalloc file systems, since all of the heavy lifting is done by the
kernel.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
resize/main.c

index 600e820a68103b59bb3f44e8d254bbaab7764036..a0c31c069f3c71ca9764cf7a9949fb0979bf1dae 100644 (file)
@@ -606,7 +606,6 @@ int main (int argc, char ** argv)
                exit(0);
        }
        if (mount_flags & EXT2_MF_MOUNTED) {
-               bigalloc_check(fs, force);
                retval = online_resize_fs(fs, mtpt, &new_size, flags);
        } else {
                bigalloc_check(fs, force);