OSDN Git Service

mke2fs: throttle allocating groups progress as well
authorTheodore Ts'o <tytso@mit.edu>
Fri, 21 Sep 2012 16:06:49 +0000 (12:06 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 21 Sep 2012 16:50:04 +0000 (12:50 -0400)
commitb2f5ce5516a0b6d261876884139043c8e6579f0a
tree66e536504ad4bc19eba2ef52ce701da6591a8ee1
parent802f46783cc272d21bb2a1652f26371dca3a1085
mke2fs: throttle allocating groups progress as well

Throttle updates for the "Allocating Groups" progress updates to once
a second as well.  We now do this throttling in libext2fs, so we don't
have to do this for each of mke2fs's progress updates, and because the
updates from ext2fs_allocate_tables() come from within libext2fs
anyway.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
12 files changed:
lib/ext2fs/progress.c
misc/mke2fs.c
tests/f_resize_inode/expect
tests/m_dasd_bs/expect.1
tests/m_extent_journal/expect.1
tests/m_large_file/expect.1
tests/m_meta_bg/expect.1
tests/m_mmp/expect.1
tests/m_no_opt/expect.1
tests/m_raid_opt/expect.1
tests/m_std/expect.1
tests/m_uninit/expect.1