commit | 26da661447f1b7cb49864590fc42f405f0d9a328 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Dec 02 21:51:24 2013 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Dec 02 21:51:24 2013 -0500 |
tree | 9721bcd60e278e2dc32a691e5bea45b20519004e | |
parent | b849f712000fa48e11e7ee8342362876783542ab [diff] |
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>