diff options
author | Theodore Ts'o <tytso@mit.edu> | 2019-08-12 13:44:49 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2019-08-12 13:44:49 -0400 |
commit | cd2d99229dc96219547e6349841e1aad851c6acc (patch) | |
tree | b6bf93e9c34772d32b2677e5a6267e328c82f8ff /fs/ext4/inline.c | |
parent | bb5835edcdf8bf78bbe51cff13e332c439bc0567 (diff) | |
download | linux-cd2d99229dc96219547e6349841e1aad851c6acc.tar.bz2 |
ext4: drop legacy pre-1970 encoding workaround
Originally, support for expanded timestamps had a bug in that pre-1970
times were erroneously encoded as being in the the 24th century. This
was fixed in commit a4dad1ae24f8 ("ext4: Fix handling of extended
tv_sec") which landed in 4.4. Starting with 4.4, pre-1970 timestamps
were correctly encoded, but for backwards compatibility those
incorrectly encoded timestamps were mapped back to the pre-1970 dates.
Given that backwards compatibility workaround has been around for 4
years, and given that running e2fsck from e2fsprogs 1.43.2 and later
will offer to fix these timestamps (which has been released for 3
years), it's past time to drop the legacy workaround from the kernel.
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/inline.c')
0 files changed, 0 insertions, 0 deletions