Whamcloud - gitweb
Align the types used by jbd2_journal_bmap and getblk with the kernel
[tools/e2fsprogs.git] / debugfs / debug_cmds.ct
index 3564a63..1ff6c9d 100644 (file)
@@ -73,6 +73,9 @@ request do_rm, "Remove a file (unlink and kill_file, if appropriate)",
 request do_kill_file, "Deallocate an inode and its blocks",
        kill_file;
 
+request do_copy_inode, "Copy the inode structure",
+       copy_inode;
+
 request do_clri, "Clear an inode's contents",
        clri;
 
@@ -145,9 +148,6 @@ request do_set_block_group_descriptor, "Set block group descriptor field",
 request do_logdump, "Dump the contents of the journal",
        logdump;
 
-request do_hexdump_block, "Dump the contents of a block",
-       hexdump_block, hexdump;
-
 request do_htree_dump, "Dump a hash-indexed directory",
        htree_dump, htree;