On Tue, 22 Apr 2025 14:54:54 +0200, cem@xxxxxxxxxx wrote: > xfs_zoned_need_gc makes use of mult_frac() to calculate the threshold > for triggering the zoned garbage collector, but, turns out mult_frac() > doesn't properly work with 64-bit data types and this caused build > failures on some 32-bit architectures. > > Fix this by essentially open coding mult_frac() in a 64-bit friendly > way. > > [...] Applied to for-next, thanks! [1/1] XFS: fix zoned gc threshold math for 32-bit arches commit: bd7c19331913b955a7823e6315ca16bbcc65aeff Best regards, -- Carlos Maiolino <cem@xxxxxxxxxx>