On Mon, Apr 17, 2023 at 12:01:53AM +0530, Ritesh Harjani (IBM) wrote: > ext4_write_inline_data_end() is completely converted to work with folio. > Also all callers of ext4_write_inline_data_end() already works on folio > except ext4_da_write_end(). Mostly for consistency and saving few > instructions maybe, this patch just converts ext4_da_write_end() to work > with folio which makes the last caller of ext4_write_inline_data_end() > also converted to work with folio. > We then make ext4_write_inline_data_end() take folio instead of page. > > Signed-off-by: Ritesh Harjani (IBM) <ritesh.list@xxxxxxxxx> Reviewed-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx>