Files
linux/fs/afs
Tina Ruchandani 1efae6ca34 afs: Prevent callback expiry timer overflow
[ Upstream commit 56e714312e ]

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>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-12-20 10:04:56 +01:00
..
2011-03-31 11:26:23 -03:00
2017-12-16 10:33:56 +01:00
2014-07-29 10:14:36 -07:00
2009-04-03 16:42:41 +01:00
2009-04-09 10:41:19 -07:00
2017-12-20 10:04:56 +01:00