linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm/page-writeback: Update the comment of Dirty position control
@ 2021-05-11  5:26 Chi Wu
  2021-05-11  9:06 ` Jan Kara
  0 siblings, 1 reply; 5+ messages in thread
From: Chi Wu @ 2021-05-11  5:26 UTC (permalink / raw)
  To: akpm
  Cc: linux-mm, linux-kernel, tj, mszeredi, sedat.dilek, axboe, jack,
	hcochran, Chi Wu

As the value of pos_ratio_polynom() clamp between 0 and
2LL << RATELIMIT_CALC_SHIFT, the global control line should be
consistent with it.

Signed-off-by: Chi Wu <wuchi.zero@gmail.com>
---
 mm/page-writeback.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/page-writeback.c b/mm/page-writeback.c
index 0062d5c57d41..e9a4f6cf12bb 100644
--- a/mm/page-writeback.c
+++ b/mm/page-writeback.c
@@ -845,7 +845,7 @@ static long long pos_ratio_polynom(unsigned long setpoint,
  *     ^ pos_ratio
  *     |
  *     |            |<===== global dirty control scope ======>|
- * 2.0 .............*
+ * 2.0 * * * * * * *
  *     |            .*
  *     |            . *
  *     |            .   *
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-05-11 10:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-11  5:26 [PATCH] mm/page-writeback: Update the comment of Dirty position control Chi Wu
2021-05-11  9:06 ` Jan Kara
2021-05-11 10:01   ` chi wu
2021-05-11 10:36   ` [PATCH v2] " Chi Wu
2021-05-11 10:45     ` Jan Kara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).