]> git.baikalelectronics.ru Git - kernel.git/commit
time: Delete do_sys_setimeofday()
authorDeepa Dinamani <deepa.kernel@gmail.com>
Sun, 26 Mar 2017 19:04:12 +0000 (12:04 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 14 Apr 2017 19:49:54 +0000 (21:49 +0200)
commit98b5e2c7c6023a2ad3da4190445e8498c813bab7
treee4d0ab1278f55bbb54593c16e6431749ce4bf290
parente60a8fcc8b5a0cf40ad95550976db08ce8840243
time: Delete do_sys_setimeofday()

struct timespec is not y2038 safe on 32 bit machines and needs to be
replaced with struct timespec64.

do_sys_timeofday() is just a wrapper function.  Replace all calls to this
function with direct calls to do_sys_timeofday64() instead and delete
do_sys_timeofday().

Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Cc: y2038@lists.linaro.org
Cc: john.stultz@linaro.org
Cc: arnd@arndb.de
Cc: linux-alpha@vger.kernel.org
Link: http://lkml.kernel.org/r/1490555058-4603-2-git-send-email-deepa.kernel@gmail.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/alpha/kernel/osf_sys.c
include/linux/timekeeping.h
kernel/compat.c
kernel/time/posix-stubs.c
kernel/time/posix-timers.c
kernel/time/time.c