[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <174533094182.1020409.10311218033139105345.b4-ty@kernel.org>
Date: Tue, 22 Apr 2025 16:09:01 +0200
From: Carlos Maiolino <cem@...nel.org>
To: linux-xfs@...r.kernel.org, cem@...nel.org
Cc: hch@....de, Hans.Holmberg@....com, linux@...ck-us.net,
linux-kernel@...r.kernel.org, oe-kbuild-all@...ts.linux.dev
Subject: Re: [PATCH V2] XFS: fix zoned gc threshold math for 32-bit arches
On Tue, 22 Apr 2025 14:54:54 +0200, cem@...nel.org 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@...nel.org>
Powered by blists - more mailing lists