Re: [PATCH v3 3/6] kernel/time: Add new helpers to convert ktime to/from jiffies

2014-02-20 Thread Thomas Gleixner
On Thu, 20 Feb 2014, Alexey Perevalov wrote: > From: Anton Vorontsov > > Two new functions: jiffies_to_ktime() and ktime_to_jiffies(), we'll use > them for timerfd deferred timers handling. I don't think so. That's probably a leftover from the mess you tried to create earlier. Thanks,

[PATCH v3 3/6] kernel/time: Add new helpers to convert ktime to/from jiffies

2014-02-20 Thread Alexey Perevalov
From: Anton Vorontsov Two new functions: jiffies_to_ktime() and ktime_to_jiffies(), we'll use them for timerfd deferred timers handling. We fully reuse the logic from timespec implementations, so the functions are pretty straightforward. The only tricky part is in headers: we have to include ji