From ecced2c3586fed83750dad2b82780c9d201f6973 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Thu, 11 Mar 2010 21:43:50 -0500 Subject: [PATCH] mke2fs: Don't ask to proceed in case of a badly aligned partition Just print the warning message in this case. Addresses-Red-Hat-Bug: #569021 Addresses-Launchpad-Bug: #530071 Signed-off-by: Eric Sandeen Signed-off-by: "Theodore Ts'o" --- misc/mke2fs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/mke2fs.c b/misc/mke2fs.c index b386f65..38b0b65 100644 --- a/misc/mke2fs.c +++ b/misc/mke2fs.c @@ -1694,7 +1694,6 @@ got_size: device_name, retval); printf(_("This may result in very poor performance, " "(re)-partitioning suggested.\n")); - proceed_question(); } #endif -- 1.8.3.1