]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
debugfs: print inode numbers as unsigned
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 7 Feb 2020 01:09:43 +0000 (18:09 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 29 Feb 2020 23:32:38 +0000 (18:32 -0500)
commitc707fb6c5baab043cf1af47fd04544e019128472
treef5089c188600a511b489f14dce6f180f14b5209c
parent334e9a5aad0857ddf878fafb136f17659666377b
debugfs: print inode numbers as unsigned

Print inode numbers as unsigned values, to avoid printing negative
numbers for inodes above 2B.

Flags should be printed as hex instead of signed decimal values.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Lustre-bug-id: https://jira.whamcloud.com/browse/LU-13197
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debugfs/debugfs.c
debugfs/do_journal.c
debugfs/extent_inode.c
debugfs/htree.c