Re: [PATCH v2 0/4] mm: Remove stray references to pagevec

From: Andrew Morton

Date: Wed Feb 25 2026 - 19:42:58 EST


On Wed, 25 Feb 2026 18:44:24 -0500 Tal Zussman <tz2294@xxxxxxxxxxxx> wrote:

> struct pagevec was removed in commit 1e0877d58b1e ("mm: remove struct
> pagevec"). Remove any stray references to it and rename relevant files
> and macros accordingly.
>
> While at it, remove unnecessary #includes of pagevec.h (now
> folio_batch.h) in .c files. There are probably more of these that could
> be removed in .h files, but those are more complex to verify.

Dang that's a lot of cc's ;)

Thanks, I'll add this series to mm.git's mm-new branch.