aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/proto.c
diff options
context:
space:
mode:
authorTina Ruchandani <ruchandani.tina@gmail.com>2015-10-30 01:24:56 -0700
committerDavid S. Miller <davem@davemloft.net>2015-11-01 17:01:16 -0500
commit1032a6687168af9509615879d513f77e4049062e (patch)
treea3350d57a512f7c167b9986b90162068aa175f39 /net/dccp/proto.c
parentnet: hisilicon: Remove .owner assignment from platform_driver (diff)
downloadlinux-dev-1032a6687168af9509615879d513f77e4049062e.tar.xz
linux-dev-1032a6687168af9509615879d513f77e4049062e.zip
Use 64-bit timekeeping
This patch changes the use of struct timespec in dccp_probe to use struct timespec64 instead. timespec uses a 32-bit seconds field which will overflow in the year 2038 and beyond. timespec64 uses a 64-bit seconds field. Note that the correctness of the code isn't changed, since the original code only uses the timestamps to compute a small elapsed interval. This patch is part of a larger attempt to remove instances of 32-bit timekeeping structures (timespec, timeval, time_t) from the kernel so it is easier to identify where the real 2038 issues are. Signed-off-by: Tina Ruchandani <ruchandani.tina@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/proto.c')
0 files changed, 0 insertions, 0 deletions