On Tuesday 27 October 2015 13:29:01 Amitoj Kaur Chawla wrote:
32 bit systems using 'struct timeval' will break in the year 2038, so we modify the code appropriately.
This patch replaces the use of struct timeval and do_gettimeofday() with ktime_get_real_seconds().
Signed-off-by: Amitoj Kaur Chawla amitoj1606@gmail.com
I just replied to v1 of this patch, as mentioned there I think it needs more work, to pass the time as time64_t where possible instead of implicitly casting to u32.
Arnd