Re: [PATCH] Replace get_seconds with ktime_get_seconds

2015-09-20 Thread David Miller
From: Ksenija Stanojevic Date: Thu, 17 Sep 2015 18:12:53 +0200 > Replace time_t type and get_seconds function which are not y2038 safe > on 32-bit systems. Function ktime_get_seconds use monotonic instead of > real time and therefore will not cause overflow. > > Signed-off-by: Ksenija Stanojevic

[PATCH] Replace get_seconds with ktime_get_seconds

2015-09-17 Thread Ksenija Stanojevic
Replace time_t type and get_seconds function which are not y2038 safe on 32-bit systems. Function ktime_get_seconds use monotonic instead of real time and therefore will not cause overflow. Signed-off-by: Ksenija Stanojevic Reviewed-by: Arnd Bergmann --- net/rxrpc/ar-connection.c | 4 ++-- net/