aboutsummaryrefslogtreecommitdiff
path: root/debugfs/debug_cmds.ct
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2014-07-22 14:57:40 -0400
committerTheodore Ts'o <tytso@mit.edu>2014-07-22 14:57:40 -0400
commitf9f3050a0ad9be1c37b00c8478199d286ddcaeda (patch)
treede4f122ffe0849a52e6e1f16ec29f5fa7f721ba4 /debugfs/debug_cmds.ct
parent26dacce72cb8d6d0d00e2377e255d9b3e900a09a (diff)
parent23d6dd1f1032af47d9a8cc7e9ecc1ec7a9b95718 (diff)
downloade2fsprogs-f9f3050a0ad9be1c37b00c8478199d286ddcaeda.tar.gz
Merge branch 'maint' into next
Conflicts: debian/changelog e2fsck/pass1.c lib/ext2fs/Makefile.in
Diffstat (limited to 'debugfs/debug_cmds.ct')
-rw-r--r--debugfs/debug_cmds.ct6
1 files changed, 5 insertions, 1 deletions
diff --git a/debugfs/debug_cmds.ct b/debugfs/debug_cmds.ct
index 814fd529..5bd3fe15 100644
--- a/debugfs/debug_cmds.ct
+++ b/debugfs/debug_cmds.ct
@@ -188,7 +188,7 @@ request do_zap_block, "Zap block: fill with 0, pattern, flip bits etc.",
zap_block, zap;
request do_block_dump, "Dump contents of a block",
- block_dump, bd;
+ block_dump, bdump, bd;
request do_list_xattr, "List extended attributes of an inode",
ea_list;
@@ -208,5 +208,9 @@ request do_list_quota, "List quota",
request do_get_quota, "Get quota",
get_quota, gq;
+request do_idump, "Dump the inode structure in hex",
+ inode_dump, idump, id;
+
+
end;