| Submitter | Bryce Harrington |
|---|---|
| Date | Aug. 18, 2012, 12:10 a.m. |
| Message ID | <20120818001046.GA22945@bryceharrington.org> |
| Download | mbox | patch |
| Permalink | /patch/178405/ |
| State | Accepted |
| Headers | show |
Comments
Applied to the maint branch, thanks. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/debugfs/debug_cmds.ct b/debugfs/debug_cmds.ct index af969b1..a799dd7 100644 --- a/debugfs/debug_cmds.ct +++ b/debugfs/debug_cmds.ct @@ -166,7 +166,7 @@ request do_imap, "Calculate the location of an inode", request do_dump_unused, "Dump unused blocks", dump_unused; -request do_set_current_time, "Set current time to use when setting filesystme fields", +request do_set_current_time, "Set current time to use when setting filesystem fields", set_current_time; request do_supported_features, "Print features supported by this version of e2fsprogs",
Signed-off-by: Bryce Harrington <bryce@canonical.com> --- debugfs/debug_cmds.ct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)