]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
debugfs: handle 64bit block numbers
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 12 Dec 2013 17:49:14 +0000 (12:49 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 12 Dec 2013 17:49:17 +0000 (12:49 -0500)
commitfe56188b07668758c28912b6eaf31abb498a9e82
tree8b7ef1d04d23a9bfdb85b700e493aca7c3a5250b
parent62f17f36031102a2a40fac338e063c556f73b94a
debugfs: handle 64bit block numbers

debugfs should use strtoull wrappers for reading block numbers from
the command line.  "unsigned long" isn't wide enough to handle block
numbers on 32bit platforms.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debugfs/debugfs.c
debugfs/extent_inode.c
debugfs/util.c