diff options
author | Tina Ruchandani <ruchandani.tina@gmail.com> | 2015-10-30 01:30:40 -0700 |
---|---|---|
committer | James Bottomley <JBottomley@Odin.com> | 2015-11-09 17:42:19 -0800 |
commit | 0da39687a15403251bdfd1c6fb18025c0607326b (patch) | |
tree | 624cc14dc0979e97981332ae81c1b5725b2908b2 /drivers/scsi/scsi_scan.c | |
parent | 5cb9b40d6127fed91b00abe44498f19f6ed6a77f (diff) | |
download | linux-0da39687a15403251bdfd1c6fb18025c0607326b.tar.bz2 |
stex: Remove use of struct timeval
Function stex_gettime uses 'struct timeval' whose tv_sec value
will overflow on 32-bit systems in year 2038 and beyond. This patch
replaces the use of struct timeval and do_gettimeofday with
ktime_get_real_seconds, which returns a 64-bit seconds value.
Suggested-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Tina Ruchandani <ruchandani.tina@gmail.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to 'drivers/scsi/scsi_scan.c')
0 files changed, 0 insertions, 0 deletions