RE: [PATCH] ptp: replace getnstimeofday64() with ktime_get_real_ts64()

From: Y.b. Lu
Date: Mon Jun 18 2018 - 22:00:16 EST




> -----Original Message-----
> From: Arnd Bergmann [mailto:arnd@xxxxxxxx]
> Sent: Monday, June 18, 2018 10:21 PM
> To: Richard Cochran <richardcochran@xxxxxxxxx>; Y.b. Lu
> <yangbo.lu@xxxxxxx>
> Cc: y2038@xxxxxxxxxxxxxxxx; Arnd Bergmann <arnd@xxxxxxxx>; David S. Miller
> <davem@xxxxxxxxxxxxx>; Fabio Estevam <fabio.estevam@xxxxxxx>;
> netdev@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx
> Subject: [PATCH] ptp: replace getnstimeofday64() with ktime_get_real_ts64()
>
> getnstimeofday64() is deprecated and getting replaced throughout the kernel
> with ktime_get_*() based helpers for a more consistent interface.
>
> The two functions do the exact same thing, so this is just a cosmetic change.
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

[Y.b. Lu] Acked-by: Yangbo Lu <yangbo.lu@xxxxxxx>