Whamcloud - gitweb
e2fsck: always fix invalid extra field in timestamps if time_t is 32-bits
authorTheodore Ts'o <tytso@mit.edu>
Sun, 29 May 2016 05:05:06 +0000 (01:05 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 29 May 2016 05:05:06 +0000 (01:05 -0400)
commitc40c832b4cda298e30ce3c9a0ee2734cc13b9efa
tree858238a8601f7ef0a825d0f054f9dceff277a0b1
parentc64313084ea3107f375d92d91bd419327619cf98
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>
e2fsck/pass1.c