]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
mke2fs: Don't ask to proceed in case of a badly aligned partition
authorEric Sandeen <sandeen@redhat.com>
Fri, 12 Mar 2010 02:43:50 +0000 (21:43 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 15 Mar 2010 04:14:00 +0000 (00:14 -0400)
Just print the warning message in this case.

Addresses-Red-Hat-Bug: #569021
Addresses-Launchpad-Bug: #530071

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/mke2fs.c

index b386f65edcf797b571ddb59135e96cedbf36baff..38b0b65df2391c23d4a857aace8900fa2fbdbc0b 100644 (file)
@@ -1694,7 +1694,6 @@ got_size:
                       device_name, retval);
                printf(_("This may result in very poor performance, "
                          "(re)-partitioning suggested.\n"));
-               proceed_question();
        }
 #endif