]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
dumpe2fs: fix printing of block offsets for 64-bit file systems
authorTheodore Ts'o <tytso@mit.edu>
Tue, 3 Dec 2013 02:51:24 +0000 (21:51 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 3 Dec 2013 02:51:24 +0000 (21:51 -0500)
commit26da661447f1b7cb49864590fc42f405f0d9a328
tree9721bcd60e278e2dc32a691e5bea45b20519004e
parentb849f712000fa48e11e7ee8342362876783542ab
dumpe2fs: fix printing of block offsets for 64-bit file systems

Use ext2fs_group_first_block2() instead of ext2fs_group_first_block()
to avoid dumpe2fs from printing crazy block offsets when we have block
numbers which are larger than 32 bits.

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