Re: [PATCHv4 03/28] posix-clocks: add another call back to return clock time in ktime_t

2019-06-14 Thread Dmitry Safonov
Hi Thomas, Thanks much for the review, On 6/14/19 2:32 PM, Thomas Gleixner wrote: > Dmitry, > > On Wed, 12 Jun 2019, Dmitry Safonov wrote: > >> From: Andrei Vagin >> >> The callsite in common_timer_get() has already a comment: >> /* >> * The timespec64 based conversion is

Re: [PATCHv4 03/28] posix-clocks: add another call back to return clock time in ktime_t

2019-06-14 Thread Thomas Gleixner
Dmitry, On Wed, 12 Jun 2019, Dmitry Safonov wrote: > From: Andrei Vagin > > The callsite in common_timer_get() has already a comment: > /* > * The timespec64 based conversion is suboptimal, but it's not > * worth to implement yet another callback. > */ >

[PATCHv4 03/28] posix-clocks: add another call back to return clock time in ktime_t

2019-06-12 Thread Dmitry Safonov
From: Andrei Vagin The callsite in common_timer_get() has already a comment: /* * The timespec64 based conversion is suboptimal, but it's not * worth to implement yet another callback. */ kc->clock_get(timr->it_clock, ); now =