commit | 0c9f21983490feb5637990d719e729bf77b99bd1 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Feb 16 19:29:32 2014 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Mar 06 21:30:00 2014 -0800 |
tree | 6c9f92ae5ce713283853f5e28e0c1d6c2bec85f6 | |
parent | d6b55805ac4ffbcd63bf74ce572cc7a94f15be9e [diff] |
ext4: don't leave i_crtime.tv_sec uninitialized commit 19ea80603715d473600cd993b9987bc97d042e02 upstream. If the i_crtime field is not present in the inode, don't leave the field uninitialized. Fixes: ef7f38359 ("ext4: Add nanosecond timestamps") Reported-by: Vegard Nossum <vegard.nossum@oracle.com> Tested-by: Vegard Nossum <vegard.nossum@oracle.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>