]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - debugfs/debugfs.c
New debugfs command: set_current_time
authorTheodore Ts'o <tytso@mit.edu>
Sun, 25 Sep 2005 01:56:38 +0000 (21:56 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 25 Sep 2005 01:56:38 +0000 (21:56 -0400)
commit4efae606bf3159f2134fa29a5ad78fb9f6331f92
treef6e255377947396027eacec2510a8b034da58ef0
parent32138187f08d1f1dc03feb269f987982db76f3db
New debugfs command: set_current_time

Generalize the time parsing code and move it to
util.c:string_to_time().  Add new command, set_current_time, which
sets the time used to set the filesystems's time fields.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debugfs/ChangeLog
debugfs/debug_cmds.ct
debugfs/debugfs.c
debugfs/debugfs.h
debugfs/lsdel.c
debugfs/set_fields.c
debugfs/util.c