On Mon, Apr 17, 2023 at 12:01:52AM +0530, Ritesh Harjani (IBM) wrote: > This patch converts mpage_journal_page_buffers() to use folio and also > removes the PAGE_SIZE assumption. Bit of an oversight on my part. I neglected to do this after Jan added it. Perils of parallel development ... > -static int ext4_journal_page_buffers(handle_t *handle, struct page *page, > - int len) > +static int ext4_journal_page_buffers(handle_t *handle, struct folio *folio, > + size_t len) Should this be called ext4_journal_folio_buffers?