]> git.baikalelectronics.ru Git - kernel.git/commit
time: introduce {get,put}_itimerspec64
authorDeepa Dinamani <deepa.kernel@gmail.com>
Sat, 24 Jun 2017 18:45:03 +0000 (11:45 -0700)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 26 Jun 2017 01:58:46 +0000 (21:58 -0400)
commit833230d556d6db059365f4ab4cf6bfcedf5e9978
treedcea264738eabb691f4239f7981040739230f683
parent3fa9d24f885482bae200e99ba1f7aee234f923b7
time: introduce {get,put}_itimerspec64

As we change the user space type for the timerfd and posix timer
functions to newer data types, we need some form of conversion
helpers to avoid duplicating that logic.

Suggested-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/compat.h
include/linux/posix-timers.h
include/linux/time.h
kernel/compat.c
kernel/time/time.c