diff options
author | Ben Hutchings <[email protected]> | 2015-08-27 12:51:45 -0500 |
---|---|---|
committer | Bob Peterson <[email protected]> | 2015-09-03 13:33:32 -0500 |
commit | 4d207133e9c362bc05a3bb6701d63eeb75cc4b77 (patch) | |
tree | 45de61b850feea62ac24f7891fb82634b920acd5 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | 88ffbf3e037e67b52c46d528aca1618489c21f68 (diff) |
gfs2: Make statistics unsigned, suitable for use with do_div()
None of these statistics can meaningfully be negative, and the
numerator for do_div() must have the type u64. The generic
implementation of do_div() used on some 32-bit architectures asserts
that, resulting in a compiler error in gfs2_rgrp_congested().
Fixes: 0166b197c2ed ("GFS2: Average in only non-zero round-trip times ...")
Signed-off-by: Ben Hutchings <[email protected]>
Signed-off-by: Bob Peterson <[email protected]>
Acked-by: Andreas Gruenbacher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions