mm: split off __bdi_set_min_ratio() function
authorStefan Roesch <shr@devkernel.io>
Sat, 19 Nov 2022 00:52:06 +0000 (16:52 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 30 Nov 2022 23:59:05 +0000 (15:59 -0800)
commit8021fb3232f265b81c7e4e7aba15bc3a04ff1fd3
tree7944dcae54d36cead7a98f76c76647cdf03e9781
parent712c00d66a342a3ed375df41c3df7d3d2abad2c0
mm: split off __bdi_set_min_ratio() function

This splits off the __bdi_set_min_ratio() function from the
bdi_set_min_ratio() function. The __bdi_set_min_ratio() function will
also be called from the bdi_set_min_bytes() function, which will be
introduced in the next patch.

Link: https://lkml.kernel.org/r/20221119005215.3052436-12-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>
mm/page-writeback.c