commit | 254195627f052f09282f2cba37222b371ab47d60 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Sep 03 23:33:11 2016 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Sep 03 23:33:11 2016 -0400 |
tree | b0e3541b0914244a6f5c09e22e1a376d3745039d | |
parent | 7b714fe277dfd1c479242abc07f71727e30c37d9 [diff] |
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>