summaryrefslogtreecommitdiff
path: root/kernel/compat.c
diff options
context:
space:
mode:
authorDeepa Dinamani <deepa.kernel@gmail.com>2017-08-04 21:12:32 -0700
committerAl Viro <viro@zeniv.linux.org.uk>2017-09-19 17:55:59 -0400
commitfa2e62a54003419b06f1de7836dca51b368d0872 (patch)
tree6028b39e1a4ac42bcbbdbdfea9c7a4b2ae2b5904 /kernel/compat.c
parent36819ad093e16a4b06c53f98d4a5afc55530bbcb (diff)
io_getevents: Use timespec64 to represent timeouts
struct timespec is not y2038 safe. Use y2038 safe struct timespec64 to represent timeouts. The system call interface itself will be changed as part of different series. Timeouts will not really need more than 32 bits. But, replacing these with timespec64 helps verification of a y2038 safe kernel by getting rid of timespec internally. Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com> Cc: linux-aio@kvack.org Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'kernel/compat.c')
0 files changed, 0 insertions, 0 deletions