Re: [PATCH v6 3/3] mm/swap_io.c: rename swap_writepage_* to swap_write_folio_*
From: Kairui Song
Date: Tue May 12 2026 - 14:04:26 EST
On Tue, May 12, 2026 at 6:42 PM Baoquan He <baoquan.he@xxxxxxxxx> wrote:
>
> All these swap_writepage_* functions handle a passed-in folio,
> not a page. This renaming makes them consistent with their
> counterpart swap_read_folio_* functions.
>
> Reviewed-by: Barry Song <baohua@xxxxxxxxxx>
> Reviewed-by: Nhat Pham <nphamcs@xxxxxxxxx>
> Signed-off-by: Baoquan He <baoquan.he@xxxxxxxxx>
> ---
> mm/swap_io.c | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
Acked-by: Kairui Song <kasong@xxxxxxxxxxx>