Whamcloud - gitweb
e2fsck: fix timestamps logic for 32-bit systems
authorTheodore Ts'o <tytso@mit.edu>
Sun, 4 Sep 2016 03:33:11 +0000 (23:33 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 4 Sep 2016 03:33:11 +0000 (23:33 -0400)
commit254195627f052f09282f2cba37222b371ab47d60
treeb0e3541b0914244a6f5c09e22e1a376d3745039d
parent7b714fe277dfd1c479242abc07f71727e30c37d9
e2fsck: fix timestamps logic for 32-bit systems

Commit 35a4e1b1c5cbb introduced a regression which caused e2fsck on
32-bit systems to think all timestamps were legacy pre-1970
timestamps.  Fix the bug.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/pass1.c