Whamcloud - gitweb
Fix signed vs unsigned printf format strings for block and inode numbers
authorEric Sandeen <esandeen@redhat.com>
Tue, 12 Sep 2006 18:56:15 +0000 (14:56 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 12 Sep 2006 18:56:15 +0000 (14:56 -0400)
commitd0ff90d5202428583c78a60c3042e7b60d88bc45
treebd30b3259d44ed0395f03ce9ee6f481271df103b
parent62c6d1403ea00dd72890862c761a41baa10a7ad4
Fix signed vs unsigned printf format strings for block and inode numbers

There were still some %d's lurking when we print blocks & inodes; also
many of the counters in the e2fsck_struct were signed, and probably
need to be unsigned to avoid overflows.

Signed-off-by: Eric Sandeen <esandeen@redhat.com>
22 files changed:
debugfs/ChangeLog
debugfs/htree.c
e2fsck/ChangeLog
e2fsck/e2fsck.h
e2fsck/emptydir.c
e2fsck/iscan.c
e2fsck/unix.c
lib/ext2fs/ChangeLog
lib/ext2fs/bmove.c
lib/ext2fs/getsize.c
lib/ext2fs/icount.c
lib/ext2fs/tst_badblocks.c
lib/ext2fs/tst_getsize.c
lib/ext2fs/tst_iscan.c
lib/ext2fs/unix_io.c
lib/ext2fs/write_bb_file.c
misc/ChangeLog
misc/dumpe2fs.c
misc/e2image.c
misc/mke2fs.c
resize/ChangeLog
resize/online.c