Re: [PATCH v5] mm/page_io: rename swap_iocb fields for clarity
From: Chris Li
Date: Thu Apr 02 2026 - 14:39:33 EST
On Thu, Apr 2, 2026 at 12:27 AM David Carlier <devnexen@xxxxxxxxx> wrote:
>
> swap_iocb->pages tracks the number of bvec entries (folios), not base
> pages. Rename the array from bvec to bvecs and the counter from pages
> to nr_bvecs to accurately reflect their purpose.
>
> Suggested-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx>
> Suggested-by: David Hildenbrand <david@xxxxxxxxxx>
> Signed-off-by: David Carlier <devnexen@xxxxxxxxx>
Thank you.
Acked-by: Chris Li <chrisl@xxxxxxxxxx>
Chris