Whamcloud - gitweb
libext2fs: create generic numeric progress meters and use them
authorValerie Aurora Henson <vaurora@redhat.com>
Sun, 23 Aug 2009 23:20:03 +0000 (19:20 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 23 Aug 2009 23:20:03 +0000 (19:20 -0400)
commit95fd65bb7fcf84e8d1e207f84b9d5a9f99626a38
tree7fd5b72b0e33c50e972a8cb27218a6aded796373
parent732c8cd58ff30ffae0d3276c411a08920717a46c
libext2fs: create generic numeric progress meters and use them

With 64-bit file systems, mke2fs can take a long time to do things
other than write inode tables.  I exported the mke2fs numeric progress
meter and used it for allocating group tables and the final file
system flush.

Signed-off-by: Valerie Aurora (Henson) <vaurora@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
15 files changed:
lib/ext2fs/Makefile.in
lib/ext2fs/alloc_tables.c
lib/ext2fs/closefs.c
lib/ext2fs/ext2fs.h
lib/ext2fs/ext2fsP.h
lib/ext2fs/progress.c [new file with mode: 0644]
misc/mke2fs.c
tests/f_resize_inode/expect
tests/m_dasd_bs/expect.1
tests/m_large_file/expect.1
tests/m_meta_bg/expect.1
tests/m_no_opt/expect.1
tests/m_raid_opt/expect.1
tests/m_std/expect.1
tests/m_uninit/expect.1