diff options
| author | Alex Ng <[email protected]> | 2017-08-06 13:12:55 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2017-08-16 09:14:43 -0700 |
| commit | c548f3957efa57b6f1a1f4c90013232f6f488682 (patch) | |
| tree | 91b8429b9c286d807c07910f6c0ee31b4dd2de52 /tools/perf/scripts/python/bin | |
| parent | 7b6e54b524b66b60e4cf49e8aa7c43045ebb987d (diff) | |
Drivers: hv: balloon: Initialize last_post_time on startup
When left uninitialized, this sometimes fails the following check in
post_status():
if (!time_after(now, (last_post_time + HZ))) {
return;
}
This causes unnecessary delays in reporting memory pressure to host after
booting up.
Signed-off-by: Alex Ng <[email protected]>
Signed-off-by: K. Y. Srinivasan <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions