linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] mm: fix arithmetic for bdi min_ratio and max_ratio
@ 2023-12-19 14:25 Jingbo Xu
  2023-12-19 14:25 ` [PATCH v3 1/2] mm: fix arithmetic for bdi min_ratio Jingbo Xu
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jingbo Xu @ 2023-12-19 14:25 UTC (permalink / raw)
  To: shr, akpm
  Cc: linux-mm, linux-kernel, joseph.qi, linux-fsdevel, linux-block, willy

changes since v2:
- patch 2: drop div64_u64(), instead write it out mathematically
  (Matthew Wilcox)

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/
v2: https://lore.kernel.org/all/20231219024246.65654-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(-)

-- 
2.19.1.6.gb485710b



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

end of thread, other threads:[~2024-01-04 17:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-19 14:25 [PATCH v3 0/2] mm: fix arithmetic for bdi min_ratio and max_ratio Jingbo Xu
2023-12-19 14:25 ` [PATCH v3 1/2] mm: fix arithmetic for bdi min_ratio Jingbo Xu
2024-01-04 17:33   ` Jan Kara
2023-12-19 14:25 ` [PATCH v3 2/2] mm: fix arithmetic for max_prop_frac when setting max_ratio Jingbo Xu
2024-01-04 17:41   ` Jan Kara
2023-12-19 17:56 ` [PATCH v3 0/2] mm: fix arithmetic for bdi min_ratio and max_ratio Stefan Roesch
2023-12-20  1:43   ` Jingbo Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox