commit | c40c832b4cda298e30ce3c9a0ee2734cc13b9efa | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun May 29 01:05:06 2016 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun May 29 01:05:06 2016 -0400 |
tree | 858238a8601f7ef0a825d0f054f9dceff277a0b1 | |
parent | c64313084ea3107f375d92d91bd419327619cf98 [diff] |
e2fsck: always fix invalid extra field in timestamps if time_t is 32-bits Systems with 32-bit time_t's can be used past 2038, so we should always modify dates with extra_time=3. (On systems with 64-bit time_t's we will fix these dates before the year 2242.) Signed-off-by: Theodore Ts'o <tytso@mit.edu>