commit | 22807aa812a65a7b859187e0fc6cfa0802a858c4 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Wed Jan 17 16:16:48 2018 +0100 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Mon Jan 22 20:03:57 2018 -0500 |
tree | f261defe3bc0491ae296345fcf28672061bc1ba0 | |
parent | e89cabf26e1cdd5c612b6c21547b3e79b4ac1038 [diff] |
scsi: fnic: use 64-bit timestamps struct timespec is deprecated since it overflows in 2038 on 32-bit architectures, so we should use timespec64 consistently. I'm slightly adapting the format strings here, to make sure we print the nanoseconds with the correct number of leading zeroes. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Satish Kharat <satishkh@cisco.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>