diff options
author | Deepa Dinamani <deepa.kernel@gmail.com> | 2017-08-04 21:12:32 -0700 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-09-19 17:55:59 -0400 |
commit | fa2e62a54003419b06f1de7836dca51b368d0872 (patch) | |
tree | 6028b39e1a4ac42bcbbdbdfea9c7a4b2ae2b5904 /security/keys/key.c | |
parent | 36819ad093e16a4b06c53f98d4a5afc55530bbcb (diff) | |
download | linux-fa2e62a54003419b06f1de7836dca51b368d0872.tar.gz linux-fa2e62a54003419b06f1de7836dca51b368d0872.tar.bz2 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 'security/keys/key.c')
0 files changed, 0 insertions, 0 deletions