Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e2399d
)
mke2fs: Don't ask to proceed in case of a badly aligned partition
author
Eric Sandeen
<sandeen@redhat.com>
Fri, 12 Mar 2010 02:43:50 +0000
(21:43 -0500)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/misc/mke2fs.c
b/misc/mke2fs.c
index
b386f65
..
38b0b65
100644
(file)
--- 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