Re: [PATCH] mm/memfd_luo: use real folio index in retrieve error logs
Giorgi Tchankvetadze <[email protected]>
| Newsgroups | org.infradead.lists.kexec,org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <CAE7dp2r4ky6mcJeBEoE7ELW58Zvtu57+13dLYNr72tZ-UhsYBg@mail.gmail.com> |
On Mon, Aug 10, 2026 at 9:56 PM Pratyush Yadav <[email protected]> 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.