aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_out.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2017-11-27 12:46:57 +0100
committerMartin Schwidefsky <[email protected]>2017-12-05 07:51:08 +0100
commitbd7a9b3757895c3a2fd64b3f12e438d9190c83d9 (patch)
treefabfc9e5d31d92d2ade27caa65fd784f92dbb1d8 /net/lapb/lapb_out.c
parentb23481fbfc567fea256a69b307ced283c56aba99 (diff)
s390/dasd: remove 'struct timespec' usage
getnstimeofday() and timespec are deprecated since they can overflow on 32-bit architectures. This simply changes to the explicitly typed timespec64 version that doesn't have that problem. It would be nice to also convert to monotonic timestamps and call ktime_get_ts64() rather than ktime_get_real_ts64(), but that would be a user-visible change. Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Stefan Haberland <[email protected]> Signed-off-by: Martin Schwidefsky <[email protected]>
Diffstat (limited to 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions