From: Ksenija Stanojevic ksenija.stanojevic@gmail.com 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 ksenija.stanojevic@gmail.com Reviewed-by: Arnd Bergmann arnd@arndb.de
Applied to net-next, thanks.