commit | 611378fe20777da83fcc8fe77ff2c515b7dc1e42 | [log] [tgz] |
---|---|---|
author | Andreas Dilger <adilger@sun.com> | Tue Oct 28 14:44:21 2008 -0600 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Apr 07 13:39:24 2009 -0400 |
tree | e50a34b8e51469510fe975c82630e1aaeb0d8d1e | |
parent | d9ff474b742f700e049f336f055918060f21a543 [diff] |
e2fsck: print unsigned RAM usage statistics Running e2fsck against a 14.5TB filesystem with -tt it reported -200904kB for RAM usage in pass3 instead of the correct 2300773kB. The RAM usage statistics were being printed with %d instead of %u. Also fix a few places using %ld for inode numbers instead of %lu. Signed-off-by: Andreas Dilger <adilger@sun.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>