Re: [PATCHv6 03/36] posix-clocks: Rename the clock_get() into clock_get_timespec()

2019-08-15 Thread Thomas Gleixner
On Thu, 15 Aug 2019, Dmitry Safonov wrote: Just a nit vs. the subject line: posix-clocks: Rename the clock_get() callback to clock_get_timespec() > From: Andrei Vagin > > The upcoming support for time namespaces requires to have access to: > - The time in a task's time namespace for sys_clock

[PATCHv6 03/36] posix-clocks: Rename the clock_get() into clock_get_timespec()

2019-08-15 Thread Dmitry Safonov
From: Andrei Vagin The upcoming support for time namespaces requires to have access to: - The time in a task's time namespace for sys_clock_gettime() - The time in the root name space for common_timer_get() That adds a valid reason to finally implement a separate callback which returns the tim