commit | d9f79e6bf02c109f117132163239bfffa6475ccb | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Sun Sep 27 16:45:23 2015 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 29 04:03:37 2015 +0200 |
tree | 84929ba009fdc3659a4aa23318bed08e9f12870f | |
parent | ec0067d1beeee2ca45e865d608101148b5e739d4 [diff] |
staging/lustre: use 64-bit time for selftest The lustre selftest code has multiple time stamps that are kept as 'time_t' or 'unsigned long' and can therefore overflow on 32-bit systems. This changes the code to use time64_t instead. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>