Re: [PATCH] mm/memfd_luo: use real folio index in retrieve error logs
From: Giorgi Tchankvetadze
Date: Tue Aug 11 2026 - 01:59:31 EST
On Mon, Aug 10, 2026 at 9:56 PM Pratyush Yadav <pratyush@xxxxxxxxxx> wrote:
>
>
> Why the cast here? u64 is always printed by %llu. See
> Documentation/core-api/printk-formats.rst.
>
Wow, the cast really is unnecessary. Thanks, I'll drop it.