aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2015-09-27 16:45:17 -0400
committerGreg Kroah-Hartman <[email protected]>2015-09-29 04:03:36 +0200
commit8f83409cf2382c968f96877368cd5b542b92af1d (patch)
treec6b5e838cf886657dde8a80b2b3b1e4eedcb0422 /tools/perf/scripts/python
parent1f8c37a4e29bb4794950228d2d9571029f277d7b (diff)
staging/lustre: use 64-bit time for pl_recalc
The ldlm pool calculates elapsed time by comparing the previous and current get_seconds() values, which is unsafe on 32-bit machines after 2038. This changes the code to use time64_t and ktime_get_real_seconds(), keeping the 'real' instead of 'monotonic' time because of the debug prints. Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Oleg Drokin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions