mm: use part per 1000000 for bdi ratios
authorStefan Roesch <shr@devkernel.io>
Sat, 19 Nov 2022 00:51:59 +0000 (16:51 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 30 Nov 2022 23:59:03 +0000 (15:59 -0800)
commitae82291e9ca47c3d6da6b77a00f427754aca413e
treedcec641e986344f31d5b7150ce215cfe3975918a
parent16b837eb84e6948f92411eb32e97a05f89733ddc
mm: use part per 1000000 for bdi ratios

To get finer granularity for ratio calculations use part per million
instead of percentiles. This is especially important if we want to
automatically convert byte values to ratios. Otherwise the values that
are actually used can be quite different. This is also important for
machines with more main memory (1% of 256GB is already 2.5GB).

Link: https://lkml.kernel.org/r/20221119005215.3052436-5-shr@devkernel.io
Signed-off-by: Stefan Roesch <shr@devkernel.io>
Cc: Chris Mason <clm@meta.com>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/backing-dev.h
mm/backing-dev.c
mm/page-writeback.c