Whamcloud - gitweb
dumpe2fs: fix 64-bit block numbers on 32-bit systems
authorTheodore Ts'o <tytso@mit.edu>
Mon, 14 May 2012 05:59:32 +0000 (01:59 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 14 May 2012 05:59:32 +0000 (01:59 -0400)
commitce10c313e618826544779ec26432a6ffb0cbb684
treee7696fa676e2557c537e536d4aff37117370d11a
parent183c73b02615acc33fc22e89b8cc7fdc5f22ee0e
dumpe2fs: fix 64-bit block numbers on 32-bit systems

Fix bug which caused 64-bit block numbers to be incorrectly printed on
systems with 32-bit longs.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/dumpe2fs.c