commit | 36819ad093e16a4b06c53f98d4a5afc55530bbcb | [log] [tgz] |
---|---|---|
author | Deepa Dinamani <deepa.kernel@gmail.com> | Fri Aug 04 21:12:31 2017 -0700 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Sep 19 17:55:58 2017 -0400 |
tree | aa982a97ae10e3c3e4928517d4ed6c0de9a02558 | |
parent | 176826af03666758c656dd27f098cc889b71638b [diff] |
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>