Tina Ruchandani 56e714312e afs: Prevent callback expiry timer overflow
get_seconds() returns real wall-clock seconds. On 32-bit systems
this value will overflow in year 2038 and beyond. This patch changes
afs_vnode record to use ktime_get_real_seconds() instead, for the
fields cb_expires and cb_expires_at.

Signed-off-by: Tina Ruchandani <ruchandani.tina@gmail.com>
Signed-off-by: David Howells <dhowells@redhat.com>
2017-03-16 16:27:46 +00:00
..
2011-03-31 11:26:23 -03:00
2017-02-27 18:43:47 -08:00
2017-02-10 16:34:17 +00:00
2009-04-03 16:42:41 +01:00
2017-01-09 11:10:02 +00:00
2017-01-09 11:10:02 +00:00