]> asedeno.scripts.mit.edu Git - linux.git/commit
time: Use do_settimeofday64() internally
authorArnd Bergmann <arnd@arndb.de>
Fri, 13 Oct 2017 18:34:35 +0000 (20:34 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 17 Oct 2017 15:22:28 +0000 (17:22 +0200)
commit4eb1bca1793385b8caff4b2e1f19b31a013dd1ec
treefc199123fe67460de60b4ef9470fdd4f9b03c86b
parentfe460423438b62eb7440d994ab19a9f444e6280d
time: Use do_settimeofday64() internally

do_settimeofday() is a wrapper around do_settimeofday64(), so that function
can be called directly. The wrapper can be removed once the last user is
gone.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: y2038@lists.linaro.org
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Stephen Boyd <sboyd@codeaurora.org>
Cc: John Stultz <john.stultz@linaro.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Deepa Dinamani <deepa.kernel@gmail.com>
Link: https://lkml.kernel.org/r/20171013183452.3635956-1-arnd@arndb.de
kernel/time/time.c