OSDN Git Service

time: Enable get/put_compat_itimerspec64 always
authorDeepa Dinamani <deepa.kernel@gmail.com>
Sun, 17 Jun 2018 05:11:43 +0000 (22:11 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 24 Jun 2018 12:39:47 +0000 (14:39 +0200)
commitafef05cf238cfcecdc5ea9b06f31027b13ce6214
tree043971451082d1059b569096d560c34fbaee895a
parentd0dd63a8aee1ef89f2e48e554b796b9f9e4fcadb
time: Enable get/put_compat_itimerspec64 always

This will aid in enabling the compat syscalls on 32-bit architectures later
on.

Also move compat_itimerspec and related defines to compat_time.h.  The
compat_time.h file will eventually be deleted.

Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: arnd@arndb.de
Cc: viro@zeniv.linux.org.uk
Cc: linux-fsdevel@vger.kernel.org
Cc: linux-api@vger.kernel.org
Cc: y2038@lists.linaro.org
Link: https://lkml.kernel.org/r/20180617051144.29756-3-deepa.kernel@gmail.com
include/linux/compat.h
include/linux/compat_time.h
kernel/compat.c
kernel/time/time.c