On Wed, Sep 3, 2025 at 11:15 PM Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote: > > On Fri, Aug 29, 2025 at 04:56:19PM -0700, Joanne Koong wrote: > > ->readpage was deprecated and reads are now on folios. > > Maybe use read_folio instead of readfolio to match the method name? > Good idea, I'll make this change. Thanks, Joanne