Arnd Bergmann 92c5e46911 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>
2019-12-19 17:46:08 -05:00
..
2019-07-03 17:52:08 -04:00
2019-09-23 16:24:08 -04:00
2019-07-08 23:16:11 -04:00
2019-09-27 17:00:27 -07:00
2019-09-23 16:24:08 -04:00
2019-12-09 11:44:07 -05:00
2019-09-23 16:24:08 -04:00
2019-12-09 11:44:07 -05:00
2018-09-25 20:34:54 -04:00