select: Use get/put_timespec64
authorDeepa Dinamani <deepa.kernel@gmail.com>
Sat, 5 Aug 2017 04:12:31 +0000 (21:12 -0700)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 19 Sep 2017 21:55:58 +0000 (17:55 -0400)
commit36819ad093e16a4b06c53f98d4a5afc55530bbcb
treeaa982a97ae10e3c3e4928517d4ed6c0de9a02558
parent176826af03666758c656dd27f098cc889b71638b
select: Use get/put_timespec64

Usage of these apis and their compat versions makes
the syscalls: select family of syscalls and their
compat implementations simpler.

This is a preparatory patch to isolate data conversions to
struct timespec64 at userspace boundaries. This helps contain
the changes needed to transition to new y2038 safe types.

Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/select.c