diff options
author | Wen Yang <wenyang@linux.alibaba.com> | 2020-01-14 03:29:26 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-01-14 05:19:02 +0300 |
commit | d3ac946ec9de10ec4b9718ad30703c5e077916a1 (patch) | |
tree | 7430f6a5faab50eb94bde53d63b5e20c583caa13 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 6d9e8c651dd979aa666bee15f086745f3ea9c4b3 (diff) | |
download | linux-d3ac946ec9de10ec4b9718ad30703c5e077916a1.tar.xz |
mm/page-writeback.c: use div64_ul() for u64-by-unsigned-long divide
The two variables 'numerator' and 'denominator', though they are
declared as long, they should actually be unsigned long (according to
the implementation of the fprop_fraction_percpu() function)
And do_div() does a 64-by-32 division, while the divisor 'denominator'
is unsigned long, thus 64-bit on 64-bit platforms. Hence the proper
function to call is div64_ul().
Link: http://lkml.kernel.org/r/20200102081442.8273-3-wenyang@linux.alibaba.com
Signed-off-by: Wen Yang <wenyang@linux.alibaba.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Qian Cai <cai@lca.pw>
Cc: Tejun Heo <tj@kernel.org>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions