Hello, Please find v2 of the left over folio conversion changes. It would be nice if you could also review Patch-2 and Patch-4. v1 -> v2 ========= 1. Added Patch-2 which removes PAGE_SIZE assumption from mpage_submit_folio. (IMO, this was a missed left over from previous conversion). 2. Addressed a small review comment from Matthew in the tracepoint patch to take (inode, folio). 3. Added Reviewed-by from Matthew. Testing ======== I haven't found any new failures in my fstests testing with "-g auto" with default config. Ritesh Harjani (IBM) (5): ext4: kill unused function ext4_journalled_write_inline_data ext4: Remove PAGE_SIZE assumption of folio from mpage_submit_folio ext4: Change remaining tracepoints to use folio ext4: Make mpage_journal_page_buffers use folio ext4: Make ext4_write_inline_data_end() use folio fs/ext4/ext4.h | 10 ++----- fs/ext4/inline.c | 27 +---------------- fs/ext4/inode.c | 60 ++++++++++++++++++++----------------- include/trace/events/ext4.h | 26 ++++++++-------- 4 files changed, 48 insertions(+), 75 deletions(-) -- 2.40.1