commit | 3bcc6276a0c229791ca4a4fee4cf6d8d48ebe824 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Thu Aug 14 14:30:05 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Aug 14 14:44:15 2008 -0400 |
tree | 5685ed0d34edabdae33e12abe4b191888342bbd7 | |
parent | dcf051eccc61ed33199c840af8e3f7bd6f8d59b6 [diff] |
libext2fs: Initialize unset inode timestamps when writing a new inode As Li Zefan <lizf@cn.fujitsu.com> reported, the creation timestamp was not getting set on the lost+found inode. This patch makes sure all of the timestamps are appropriately set. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>