Merge branch 'maint' into next

Conflicts:
	misc/mke2fs.c
bitmap-optimize
Theodore Ts'o 2011-06-07 13:38:38 -04:00
commit f16f9d92aa
1 changed files with 1 additions and 1 deletions

View File

@ -2136,7 +2136,7 @@ int main (int argc, char *argv[])
}
/* Can't undo discard ... */
if (discard && (io_ptr != undo_io_manager)) {
if (!noaction && discard && (io_ptr != undo_io_manager)) {
retval = mke2fs_discard_device(fs);
if (!retval && io_channel_discard_zeroes_data(fs->io)) {
if (verbose)