diff options
author | Deepa Dinamani <deepa.kernel@gmail.com> | 2017-05-09 00:59:13 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-05-09 02:15:15 +0200 |
commit | 51aad0aee5b70e26347e4d891d568518909f3452 (patch) | |
tree | ba6ec5bcb36a564a5679080ce7084b59f646caf9 /fs/cifs/inode.c | |
parent | fs: f2fs: use ktime_get_real_seconds for sit_info times (diff) | |
download | linux-51aad0aee5b70e26347e4d891d568518909f3452.tar.xz linux-51aad0aee5b70e26347e4d891d568518909f3452.zip |
trace: make trace_hwlat timestamp y2038 safe
struct timespec is not y2038 safe on 32 bit machines and needs to be
replaced by struct timespec64 in order to represent times beyond year
2038 on such machines.
Fix all the timestamp representation in struct trace_hwlat and all the
corresponding implementations.
Link: http://lkml.kernel.org/r/1491613030-11599-3-git-send-email-deepa.kernel@gmail.com
Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Cc: Ingo Molnar <mingo@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/cifs/inode.c')
0 files changed, 0 insertions, 0 deletions