aboutsummaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorTina Ruchandani <[email protected]>2015-05-19 11:38:09 +0530
committerDavid Vrabel <[email protected]>2015-06-08 10:49:50 +0100
commite1d5bbcdc7ca08d8731f5d780f0de342a768d96a (patch)
tree2ed770c803a290e6c0cc968a9f62ae2f968883cd /net/unix/sysctl_net_unix.c
parent01b720f3295b6c1b2dcfc1affd0fedc6f5d28c1e (diff)
xen/pcifront: Remove usage of struct timeval
struct timeval uses a 32-bit field for representing seconds, which will overflow in the year 2038 and beyond. Replace struct timeval with 64-bit ktime_t which is 2038 safe. This is part of a larger effort to remove instances of 32-bit timekeeping variables (timeval, time_t and timespec) from the kernel. Signed-off-by: Tina Ruchandani <[email protected]> Suggested-by: Arnd Bergmann <[email protected]> Reviewed-by: Boris Ostrovsky <[email protected]> Reviewed-by: Arnd Bergmann <[email protected]> Acked-by: Bjorn Helgaas <[email protected]> Signed-off-by: David Vrabel <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions