commit | bff412036f457d8160eebada43199b8d987152d8 | [log] [tgz] |
---|---|---|
author | Deepa Dinamani <[email protected]> | Sat Jun 24 11:45:07 2017 -0700 |
committer | Al Viro <[email protected]> | Fri Jun 30 04:14:38 2017 -0400 |
tree | 0df0e87f95c9682a82a1b67c53d9af30e92895a0 | |
parent | c0edd7c9acd0eaee149ab6cb4441cc71a1af87f0 [diff] |
timerfd: Use get_itimerspec64() and put_itimerspec64() Usage of these apis and their compat versions makes the syscalls: timerfd_settime and timerfd_gettime and their compat implementations simpler. This patch also serves as a preparatory patch for changing syscalls to use new time_t data types to support the y2038 effort by isolating the processing of user pointers through these apis. Signed-off-by: Deepa Dinamani <[email protected]> Signed-off-by: Al Viro <[email protected]>