sunrpc: prepare NFS for 2038
authorHarshula Jayasuriya <harshula@redhat.com>
Thu, 15 Aug 2013 17:46:40 +0000 (03:46 +1000)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 19 Aug 2013 13:55:01 +0000 (09:55 -0400)
1) The kernel sunrpc code needs to handle seconds since epoch
greater than 2147483647. This means functions that parse time
as an int need to handle it as time_t.

2) The kernel changes must be accompanied by userspace changes
in nfs-utils.

Signed-off-by: Harshula Jayasuriya <harshula@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>

No differences found