y2038: move itimer reset into itimer.c
authorArnd Bergmann <arnd@arndb.de>
Fri, 25 Oct 2019 19:37:43 +0000 (21:37 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 15 Nov 2019 13:38:30 +0000 (14:38 +0100)
commitddbc7d0657e9fd38b69f16bd0310703367b52d29
tree1ae9f7245c8c9209c6b39c63697bd2cddd3d02b0
parent4c22ea2b91203564fdf392b3d3cae249b652a8ae
y2038: move itimer reset into itimer.c

Preparing for a change to the itimer internals, stop using the
do_setitimer() symbol and instead use a new higher-level interface.

The do_getitimer()/do_setitimer functions can now be made static,
allowing the compiler to potentially produce better object code.

Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
include/linux/time.h
kernel/time/itimer.c
security/selinux/hooks.c