diff options
author | 2019-10-31 14:55:32 +0100 | |
---|---|---|
committer | 2019-12-19 17:46:08 -0500 | |
commit | 92c5e46911c0c1b20fa2294298aaf008c3afe975 (patch) | |
tree | 778b8208d025275dc29128be199efc0614c080f7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | nfsd: print 64-bit timestamps in client_info_show (diff) | |
download | wireguard-linux-92c5e46911c0c1b20fa2294298aaf008c3afe975.tar.xz wireguard-linux-92c5e46911c0c1b20fa2294298aaf008c3afe975.zip |
nfsd: handle nfs3 timestamps as unsigned
The decode_time3 function behaves differently on 32-bit
and 64-bit architectures: on the former, a 32-bit timestamp
gets converted into an signed number and then into a timestamp
between 1902 and 2038, while on the latter it is interpreted
as unsigned in the range 1970-2106.
Change all the remaining 'timespec' in nfsd to 'timespec64'
to make the behavior the same, and use the current interpretation
of the dominant 64-bit architectures.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions