+5
−4
Loading
Before it used an unsigned 64-bit type, which prevented proper handling
of timestamps earlier than 1970-01-01. Switch to a signed 64-bit type to
support pre-epoch timestamps. The issue was caught by xfstests.
Signed-off-by:
Konstantin Komarov <almaz.alexandrovich@paragon-software.com>