commit | dfe74c5c676406d747cdf224d7da8a09f82f2659 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Jul 30 17:16:51 2012 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jul 30 17:19:19 2012 -0400 |
tree | c3abc9f707d83a297324ae629b41798ec4521784 | |
parent | bc0b1a899a646266e37e80d5e6e880a8c3a3b204 [diff] |
libext2fs: call numeric_progress functions through a operations struct Instead of calling ext2fs_numeric_progress_*() directly from closefs.c and alloc_tables.c, call it via a operations structure which is only initialized by the one program (mke2fs) which needs it. This reduces the number of C library symbols needed by boot loader systems such as yaboot. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>