compat: Enable compat_get/put_timespec64 always
authorDeepa Dinamani <deepa.kernel@gmail.com>
Wed, 14 Mar 2018 04:03:26 +0000 (21:03 -0700)
committerArnd Bergmann <arnd@arndb.de>
Thu, 19 Apr 2018 11:30:14 +0000 (13:30 +0200)
commit1c68adf61e5845f3525522fa9c797ed370689c85
tree9ac1a84153eaee003cf7d2e9fb8265739caec793
parent0d55303c51a4f35f674617e415632d492b596c26
compat: Enable compat_get/put_timespec64 always

These functions are used in the repurposed compat syscalls
to provide backward compatibility for using 32 bit time_t
on 32 bit systems.

Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
include/linux/compat.h
include/linux/compat_time.h
kernel/compat.c
kernel/time/time.c