Whamcloud - gitweb
libext2fs: Initialize unset inode timestamps when writing a new inode
authorTheodore Ts'o <tytso@mit.edu>
Thu, 14 Aug 2008 18:30:05 +0000 (14:30 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 14 Aug 2008 18:44:15 +0000 (14:44 -0400)
commit3bcc6276a0c229791ca4a4fee4cf6d8d48ebe824
tree5685ed0d34edabdae33e12abe4b191888342bbd7
parentdcf051eccc61ed33199c840af8e3f7bd6f8d59b6
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>
lib/ext2fs/inode.c
lib/ext2fs/mkdir.c