mbox series

[v2,0/2] mm: fix arithmetic for bdi min_ratio and

Message ID 20231219024246.65654-1-jefflexu@linux.alibaba.com (mailing list archive)
Headers show
Series mm: fix arithmetic for bdi min_ratio and | expand

Message

Jingbo Xu Dec. 19, 2023, 2:42 a.m. UTC
changes since v1:

- split the previous v1 patch into two separate patches with
  corresponding "Fixes" tag (Andrew Morton)
- patch 2: remove "UL" suffix for the "100" constant

v1: https://lore.kernel.org/all/20231218031640.77983-1-jefflexu@linux.alibaba.com/

Jingbo Xu (2):
  mm: fix arithmetic for bdi min_ratio
  mm: fix arithmetic for max_prop_frac when setting max_ratio

 mm/page-writeback.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)