OSDN Git Service

debugfs: interpret date strings of the form @dddd
authorTheodore Ts'o <tytso@mit.edu>
Tue, 12 Jun 2012 02:02:17 +0000 (22:02 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 12 Jun 2012 02:02:17 +0000 (22:02 -0400)
commit6854ab1d4a1f9fb3599f027d2593d9c4d64b5e32
treef92bc72423b5feaca95e23e67a7d29426f880f39
parent8d12c46a22965179cae1e3b47778fdee5efeb513
debugfs: interpret date strings of the form @dddd

Debugfs will now interpret date strings of the form @123 as 123
seconds after the start of the epoch.  This is handy when editing an
orphan inode linked list using the inode's deletion time field.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debugfs/util.c