On 8/29/2018 8:47 AM, Arnd Bergmann wrote:
rds is the last in-kernel user of the old do_gettimeofday() function. Convert it over to ktime_get_real() to make it work more like the generic socket timestamps, and to let us kill off do_gettimeofday(). A follow-up patch will have to change the user space interface to deal better with 32-bit tasks, which may use an incompatible layout for 'struct timespec'. Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> ---
Thanks Arnd !! FWIW, Acked-by: Santosh Shilimkar <santosh.shilimkar@xxxxxxxxxx>