]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - include/linux/time.h
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)
commitd5b7ffbfbdacc29e4db035f90665951668fa9c58
treedcea264738eabb691f4239f7981040739230f683
parentf59dd9c886acb3abb188e8e94a99436560976835
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