summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorDeepa Dinamani2017-08-05 06:12:32 +0200
committerAl Viro2017-09-19 23:55:59 +0200
commitfa2e62a54003419b06f1de7836dca51b368d0872 (patch)
tree6028b39e1a4ac42bcbbdbdfea9c7a4b2ae2b5904 /kernel
parentselect: Use get/put_timespec64 (diff)
downloadkernel-qcow2-linux-fa2e62a54003419b06f1de7836dca51b368d0872.tar.gz
kernel-qcow2-linux-fa2e62a54003419b06f1de7836dca51b368d0872.tar.xz
kernel-qcow2-linux-fa2e62a54003419b06f1de7836dca51b368d0872.zip
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')
0 files changed, 0 insertions, 0 deletions