aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_iface.c
diff options
context:
space:
mode:
authorTina Ruchandani <[email protected]>2015-10-30 02:11:10 -0700
committerMartin K. Petersen <[email protected]>2015-11-11 20:45:23 -0500
commit36f8ef7f7684997f1c1efcc775b1d7cdf452ce44 (patch)
treeef5b0befbf45fc9d46c4a6f561697161d6515d92 /net/lapb/lapb_iface.c
parentdd29dae00d39186890a5eaa2fe4ad8768bfd41a9 (diff)
mvumi: 64bit value for seconds_since1970
struct mvumi_hs_page2 stores a "seconds_since1970" field which is of type u64. It is however, written to, using 'struct timeval' which has a 32-bit seconds field and whose value will overflow in year 2038. This patch uses ktime_get_real_seconds() instead since it provides a 64-bit seconds value, which is 2038 safe. Signed-off-by: Tina Ruchandani <[email protected]> Reviewed-by: Johannes Thumshirn <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions