Re: [Openipmi-developer] [PATCH] ipmi: Change to ktime_get_ts64()

2018-06-18 Thread Corey Minyard
On 06/18/2018 09:27 AM, Arnd Bergmann wrote: getnstimeofday64() is deprecated because of the inconsistent naming, it is only a wrapper around ktime_get_real_ts64() now, which could be used as a direct replacement. However, it is generally better to use CLOCK_MONOTONIC timestamps where possible,

[Openipmi-developer] [PATCH] ipmi: Change to ktime_get_ts64()

2018-06-18 Thread Arnd Bergmann
getnstimeofday64() is deprecated because of the inconsistent naming, it is only a wrapper around ktime_get_real_ts64() now, which could be used as a direct replacement. However, it is generally better to use CLOCK_MONOTONIC timestamps where possible, to avoid glitches with a concurrent