Re: [PATCH v1 1/1] btrfs: Replace const_ilog2() with ilog2()
From: David Sterba
Date: Fri Oct 31 2025 - 15:23:56 EST
On Fri, Oct 31, 2025 at 08:55:09AM +0100, Andy Shevchenko wrote:
> const_ilog2() was a workaround of some sparse issue, which was
> never appeared in the C functions. Replace it with ilog2().
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
Added to for-next, thanks.