Whamcloud - gitweb
Merge branch 'maint' into next
authorTheodore Ts'o <tytso@mit.edu>
Sun, 23 Sep 2012 01:35:46 +0000 (21:35 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 23 Sep 2012 01:35:46 +0000 (21:35 -0400)
1  2 
lib/ext2fs/progress.c
misc/mke2fs.c

  #include <time.h>
  
  static char spaces[80], backspaces[80];
+ static time_t last_update;
  
 +struct ext2fs_progress_ops ext2fs_numeric_progress_ops = {
 +      .init           = ext2fs_numeric_progress_init,
 +      .update         = ext2fs_numeric_progress_update,
 +      .close          = ext2fs_numeric_progress_close,
 +};
 +
  static int int_log10(unsigned int arg)
  {
        int     l;
diff --cc misc/mke2fs.c
Simple merge