> "Deepa" == Deepa Dinamani writes:
Deepa> trace timestamps use struct timespec and CURRENT_TIME which are
Deepa> not y2038 safe. These timestamps are only part of the trace log
Deepa> on the machine and are not shared with the fnic. Replace then
Deepa> with y2038 safe struct timespec64 and
On Sat, Oct 01, 2016 at 04:48:14PM -0700, Deepa Dinamani wrote:
> trace timestamps use struct timespec and CURRENT_TIME which
> are not y2038 safe.
> These timestamps are only part of the trace log on the machine
> and are not shared with the fnic.
> Replace then with y2038 safe struct timespec64 a
trace timestamps use struct timespec and CURRENT_TIME which
are not y2038 safe.
These timestamps are only part of the trace log on the machine
and are not shared with the fnic.
Replace then with y2038 safe struct timespec64 and
ktime_get_real_ts64(), respectively.
Signed-off-by: Deepa Dinamani
Re
3 matches
Mail list logo